Snap for 4425573 from 6788a4139092f179005f7cdbf181ba24b60b6113 to pi-release

Change-Id: Ie377f8b33ef632c11f587c8bcc26004f7338238c
diff --git a/Android.bp b/Android.bp
index 864a0ec..f580d14 100644
--- a/Android.bp
+++ b/Android.bp
@@ -38,7 +38,8 @@
     ],
     cflags: [
         "-Wall",
-        "-Wunused-parameter",
+        "-Werror",
+        "-Wno-error=unused-parameter",
         "-DCAPSTONE_USE_SYS_DYN_MEM",
     ],
     export_include_dirs: [".", "include"],