summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-27 10:17:29 -0700
committerChih-hung Hsieh <chh@google.com>2017-10-06 21:52:25 +0000
commit3e8a17c1c1a7bed415b033734e9ac4a5dd7673d1 (patch)
tree8f5f5876c97c230d9332677dac431be4d4c4dc9c
parent32b8bd3dc952952a097fbaa87a626d15445f15c7 (diff)
Use -Werror in external/aac
Bug: 66996870 Test: build with WITH_TIDY=1 Exempt-From-Owner-Approval: Colin +2 should be the owner approval Change-Id: I167f73ee9dc5e977fd6976f48732ae1e1fe13c8b
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 75fe8af..0ae0b84 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,8 @@ cc_library_static {
"libSBRenc/src/*.cpp",
],
cflags: [
+ "-Werror",
+ "-Wno-constant-conversion",
"-Wno-sequence-point",
"-Wno-extra",
"-Wno-#warnings",