summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-02-12 23:40:00 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-02-12 23:40:00 +0000
commita6069c0e9a9c99861cd6bb5b290d492b9feb08d7 (patch)
tree757988c37bc328524339a7297f94fdb4da6575bb
parent1e4a977d43251093f8fef35999a84342e650f89d (diff)
parent44bc18aee176923c46a7ab9a310b6853bc6178cf (diff)
downloadrs-a6069c0e9a9c99861cd6bb5b290d492b9feb08d7.tar.gz
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 <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--support.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/support.bp b/support.bp
index d16bdbd2..07320536 100644
--- a/support.bp
+++ b/support.bp
@@ -180,8 +180,6 @@ cc_defaults {
"-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",