aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-30 10:51:15 -0700
committerChih-Hung Hsieh <chh@google.com>2017-10-30 10:51:44 -0700
commit87f9fcccefa4636a9df3640b4946f6ad18077a83 (patch)
tree47a2183fe97db19f30d9735dd856f7cbcb38563e
parentc260899f0a057739dfb29a906ddb1577140fcbd5 (diff)
downloadlibxkbcommon-87f9fcccefa4636a9df3640b4946f6ad18077a83.tar.gz
Use -Werror in external/libxkbcommon
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I0df217489f998314d812cc707dadcd0231386b56
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index bdc1e70..7ac864f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -48,6 +48,8 @@ cc_library_static {
],
cflags: [
"-std=c99",
+ "-Wall",
+ "-Werror",
"-Wno-unused-parameter",
"-Wno-missing-field-initializers",
"-DXLOCALEDIR=\"/usr/share/X11/locale\"",