Merge "Use -Wno-date-time to allow __DATE__/__TIME__" am: bd1826b4a3
[platform/upstream/VK-GL-CTS.git] / Android.mk
index ba09272..586308c 100644 (file)
@@ -739,7 +739,8 @@ LOCAL_SHARED_LIBRARIES := \
                libdl
 
 LOCAL_CFLAGS += \
-       $(deqp_compile_flags)
+       $(deqp_compile_flags) \
+       -Wno-date-time
 
 LOCAL_SDK_VERSION := 9
 LOCAL_CPPFLAGS += -Wno-non-virtual-dtor