Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]"
diff --git a/bcinfo/Wrap/Android.bp b/bcinfo/Wrap/Android.bp
index bca5cb3..6334a5e 100644
--- a/bcinfo/Wrap/Android.bp
+++ b/bcinfo/Wrap/Android.bp
@@ -26,6 +26,8 @@
         "wrapper_output.cpp",
     ],
 
+    cflags: ["-Wall", "-Werror"],
+
     target: {
         host: {
             cflags: ["-D__HOST__"],