aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 1327ff7b..014d5d75 100644
--- a/Android.mk
+++ b/Android.mk
@@ -33,6 +33,8 @@ LOCAL_CFLAGS += \
-DLOCALEDIR=\"/data/locale\" \
-DSYSCONFDIR=\"/system/etc/nano\"
+LOCAL_CFLAGS += -Wno-sign-compare -Wno-unused-parameter
+
LOCAL_SHARED_LIBRARIES += \
libncurses \
libssh