Merge "Use -Werror in external/fdlibm" am: 3a719a81a9 am: 78b0ef5e5b
am: 50be74a168

Change-Id: I60a518af0a525513834e17402c81af95a7f00f7d
diff --git a/Android.bp b/Android.bp
index 0e75a44..bb8b5b2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -119,6 +119,7 @@
         "-fno-strict-aliasing",
 
         // Disable warnings. We need a specific version of fdlibm and can't fix this upstream.
+        "-Werror",
         "-Wno-sign-compare",
         "-Wno-dangling-else",
         "-Wno-unknown-pragmas",