Merge "Use -Werror in frameworks/compile/libbcc" am: 42365961c5 am: fce635951d am: b3a2ec9043
am: 1fd938fc14

Change-Id: I727057880a37531841b36f0ad95d40cc32595f9c
diff --git a/bcinfo/Wrap/Android.bp b/bcinfo/Wrap/Android.bp
index 79c7eef..7419779 100644
--- a/bcinfo/Wrap/Android.bp
+++ b/bcinfo/Wrap/Android.bp
@@ -27,6 +27,8 @@
         "wrapper_output.cpp",
     ],
 
+    cflags: ["-Wall", "-Werror"],
+
     target: {
         host: {
             cflags: ["-D__HOST__"],