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",