diff --git a/toolbox/Android.mk b/toolbox/Android.mk index 273b263b8..aa92af7e7 100644 --- a/toolbox/Android.mk +++ b/toolbox/Android.mk @@ -2,7 +2,7 @@ LOCAL_PATH:= $(call my-dir) common_cflags := \ - -Werror -Wno-unused-parameter \ + -Werror -Wno-unused-parameter -Wno-unused-const-variable \ -I$(LOCAL_PATH)/upstream-netbsd/include/ \ -include bsd-compatibility.h \