Merge "Use -Wno-date-time to allow __DATE__/__TIME__" am: bd1826b4a3
authorDan Willemsen <dwillemsen@google.com>
Wed, 6 Jan 2016 00:38:56 +0000 (00:38 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Wed, 6 Jan 2016 00:38:56 +0000 (00:38 +0000)
am: f4e3b26175

* commit 'f4e3b26175490978db76e76576b488cbe2cf6bb6':
  Use -Wno-date-time to allow __DATE__/__TIME__

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