summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-27 21:47:49 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-27 21:47:49 +0000
commit44802c7a437c6c4d3bff9e7be703dc62c66bc740 (patch)
tree4fb737065961bdbc6c32bb8a8719b100f5266395
parent314e645a2a69d50eb38f5469f4d0d9909177214a (diff)
parent1071d2dbae1310e7ffcf1f6dbaf096753e0de934 (diff)
Merge "Use -Werror in external/expat"
am: 1071d2dbae Change-Id: Ie581a1dceb7a01ac6d32a4e1595c0d2c00d18621
-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",