summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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