aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-27 21:36:53 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-27 21:36:53 +0000
commit78b0ef5e5b31ae975bde55cf42e716fc4971e038 (patch)
tree4f77fd4649207125615b47f69a6fcca29c0aa4d5
parent4e6306a392b9bef903c0531609a12f6c43e71b4a (diff)
parent3a719a81a9d31e1cadf5d68ac94f5bd9f01e41c3 (diff)
downloadfdlibm-o-mr1-iot-preview-6.tar.gz
Merge "Use -Werror in external/fdlibm"android-o-mr1-iot-preview-6o-mr1-iot-preview-6
am: 3a719a81a9 Change-Id: I0a3ddd07ddddc54d6e3b6048e6a41fea94a97d0e
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0e75a44..bb8b5b2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -119,6 +119,7 @@ cc_library_static {
"-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",