summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-02-09 16:45:44 +0000
committerElliott Hughes <enh@google.com>2024-02-09 16:45:44 +0000
commitbd46988c7e1577ebb89ea03c1fc8f42ebbf52171 (patch)
tree757988c37bc328524339a7297f94fdb4da6575bb
parentf1d3b81d886abf5a333bd71db45dc3a4f8d60317 (diff)
downloadrs-bd46988c7e1577ebb89ea03c1fc8f42ebbf52171.tar.gz
Remove unused macro definition.
Test: treehugger Change-Id: Ibd5ff0071b77fb4ee797dbca82f8df8d34d209bd
-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",