summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index b3a38f8..e234891 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,7 +19,9 @@ rootdev_CFLAGS := \
-D_FILE_OFFSET_BITS=64 \
-D_LARGEFILE_SOURCE \
-include sys/sysmacros.h \
- -Wall -Werror -Wno-sign-compare \
+ -Wall -Werror \
+ -Wno-deprecated-declarations \
+ -Wno-sign-compare \
# Build the shared library.
include $(CLEAR_VARS)