aboutsummaryrefslogtreecommitdiffstats
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 700d516..bd5fa96 100644
--- a/Android.mk
+++ b/Android.mk
@@ -15,7 +15,9 @@ LOCAL_CFLAGS += -D_GNU_SOURCE -DCONFIG_LIBNL20
# Silence some warnings for now. Needs to be fixed upstream. b/26105799
LOCAL_CFLAGS += -Wno-unused-parameter \
-Wno-sign-compare \
- -Wno-format
+ -Wno-format \
+ -Wno-absolute-value \
+ -Werror
LOCAL_CLANG_CFLAGS += -Wno-enum-conversion
LOCAL_LDFLAGS := -Wl,--no-gc-sections