aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2017-02-22 02:30:49 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-02-22 02:30:49 +0000
commit6a3e9a164c98577c28c0c9b1b9a0fbe7d7436e47 (patch)
tree47d27325ff992faf54c03f22d5ce16c64260159c
parent4f45c7b49cd086a39d404777e09779dca061c671 (diff)
parent9f8f6f4ae3822bd2dad883cd1e44e0e72c7348c7 (diff)
downloadiw-6a3e9a164c98577c28c0c9b1b9a0fbe7d7436e47.tar.gz
am: 9f8f6f4ae3 Change-Id: I5fd8632b5db9dd1f4fab3b2fbf5ae955e88059ca
-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