commit | a6069c0e9a9c99861cd6bb5b290d492b9feb08d7 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <[email protected]> | Mon Feb 12 23:40:00 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Mon Feb 12 23:40:00 2024 +0000 |
tree | 757988c37bc328524339a7297f94fdb4da6575bb | |
parent | 1e4a977d43251093f8fef35999a84342e650f89d [diff] | |
parent | 44bc18aee176923c46a7ab9a310b6853bc6178cf [diff] |
Merge "Remove unused macro definition." into main am: 44bc18aee1 Original change: https://android-review.googlesource.com/c/platform/frameworks/rs/+/2955866 Change-Id: Iccec7143fe3a8dd101d5fcb35835d41e7b0ba35e Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/support.bp b/support.bp index d16bdbd..0732053 100644 --- a/support.bp +++ b/support.bp
@@ -180,8 +180,6 @@ "-DRS_COMPATIBILITY_LIB", "-DGEMMLOWP_USE_STLPORT", - // TODO: why isn't this picked up from the host GLOBAL_CFLAGS? - "-D__STDC_FORMAT_MACROS", // Allow implicit fallthrough in rsContext.cpp:414 until it is fixed. "-Wno-error=implicit-fallthrough",