diff options
-rw-r--r-- | Android.mk | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |