Use -Werror in external/jemalloc am: 033b6fda4a
am: 882e73dec8

Change-Id: I9bf7c09230d40c98bdb84a1b394dec19e7fc9057
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",
 ]