summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-27 12:42:56 -0700
committerChih-Hung Hsieh <chh@google.com>2017-09-27 12:43:25 -0700
commit702000b182c7d7ce1c10c946f6c30a903e6b0bae (patch)
tree4fb737065961bdbc6c32bb8a8719b100f5266395
parentcc10db2c9e27ba02fc21551976b07072275988f7 (diff)
Use -Werror in external/expat
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I69733baf68b136bf30581c1b844e28baa140a97b
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f75bfbb..320025c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -18,6 +18,7 @@ cc_library {
],
cflags: [
"-Wall",
+ "-Werror",
"-Wmissing-prototypes",
"-Wstrict-prototypes",
"-Wno-unused-parameter",