summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-27 21:50:03 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-27 21:50:03 +0000
commit364e57e220def8ed7d06210d4f869a355aa9f18f (patch)
tree4fb737065961bdbc6c32bb8a8719b100f5266395
parentd16cf94146b37f1b68c12c942b820cf66bcf83c8 (diff)
parent44802c7a437c6c4d3bff9e7be703dc62c66bc740 (diff)
Merge "Use -Werror in external/expat" am: 1071d2dbae
am: 44802c7a43 Change-Id: I87181cd8db9b2b027da3495a0e50a3bad41b1560
-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",