Use -Werror in external/jemalloc
am: 033b6fda4a

Change-Id: Ic5d0e4b9aecc93b51c53b15c41135de7d905e775
diff --git a/Android.bp b/Android.bp
index f59a653..0dd1e94 100644
--- a/Android.bp
+++ b/Android.bp
@@ -19,6 +19,7 @@
     "-O3",
     "-funroll-loops",
     "-fvisibility=hidden",
+    "-Werror",
     "-Wno-unused-parameter",
     "-Wno-type-limits",
 ]