summaryrefslogtreecommitdiff
path: root/mobicore
diff options
context:
space:
mode:
authorChristopher N. Hesse <raymanfx@gmail.com>2016-07-31 14:41:36 +0200
committerAndreas Schneider <asn@cryptomilk.org>2016-08-16 09:05:41 +0200
commit82c42ab4054ed470aa81b1e3658798f88f34b560 (patch)
treee8661a5f2ddb119076acad9dddef46609249d222 /mobicore
parent917f1a3b884188bfbe5a731e1be9a63e525598be (diff)
downloadandroid_hardware_samsung_slsi_exynos5430-82c42ab4054ed470aa81b1e3658798f88f34b560.tar.gz
android_hardware_samsung_slsi_exynos5430-82c42ab4054ed470aa81b1e3658798f88f34b560.tar.xz
android_hardware_samsung_slsi_exynos5430-82c42ab4054ed470aa81b1e3658798f88f34b560.zip
mobicore: Silence date/time warnings
Change-Id: I9697c8bd27d190b5200d0e44067be325602ff0f1
Diffstat (limited to 'mobicore')
-rw-r--r--mobicore/daemon/Daemon/Android.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mobicore/daemon/Daemon/Android.mk b/mobicore/daemon/Daemon/Android.mk
index de2c1a1..e9873bd 100644
--- a/mobicore/daemon/Daemon/Android.mk
+++ b/mobicore/daemon/Daemon/Android.mk
@@ -8,7 +8,10 @@
LOCAL_SRC_FILES += Daemon/MobiCoreDriverDaemon.cpp
# Includes required for the Daemon
-LOCAL_C_INCLUDES += $(LOCAL_PATH)/Daemon/public \
+LOCAL_C_INCLUDES += $(LOCAL_PATH)/Daemon/public
+
+# Ignore non-reproducible date/time expansions
+LOCAL_CFLAGS += -Wno-date-time
# Internal components
include $(LOCAL_PATH)/Daemon/Device/Android.mk