aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 782d15d..9571613 100644
--- a/Android.mk
+++ b/Android.mk
@@ -5,6 +5,9 @@ include $(CLEAR_VARS)
LOCAL_CFLAGS := \
-pedantic -Wall -Wextra -std=c99 -DSYSCONFDIR=\"/system/etc\"
+LOCAL_CFLAGS += \
+ -Wno-gnu-include-next -Wno-enum-conversion -Wno-deprecated-declarations
+
LOCAL_C_INCLUDES := \
$(LOCAL_PATH) \
$(LOCAL_PATH)/linux \