summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-27 21:51:47 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-27 21:51:47 +0000
commitad171f1861bcb2192d4f2dbc2ccff9a8ae32fb59 (patch)
tree4fb737065961bdbc6c32bb8a8719b100f5266395
parentcfdb96d55433d58d1009cec52f94cfee4d8d44a7 (diff)
parent364e57e220def8ed7d06210d4f869a355aa9f18f (diff)
Merge "Use -Werror in external/expat" am: 1071d2dbae am: 44802c7a43
am: 364e57e220 Change-Id: Ia0902d161695d69c77d04894713ea03ee1745813
-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",