commit | 5b4ea93b8e10ad47a08d3521e55bb017bf9986eb | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <[email protected]> | Wed Sep 27 12:43:56 2017 -0700 |
committer | Chih-Hung Hsieh <[email protected]> | Wed Sep 27 12:44:17 2017 -0700 |
tree | 4f77fd4649207125615b47f69a6fcca29c0aa4d5 | |
parent | 5a2abfb2d71a57d38337a73b32ce38b7cc61254f [diff] |
Use -Werror in external/fdlibm Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I39cc0639876ece8942223ea1a0dbd1f545c31d50
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",