aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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\"",