aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-09 19:24:47 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-09 19:24:47 +0000
commit68e28a69538fcf6a73efa82331e1bcad5940f227 (patch)
tree17a9b951c163abe676c95d3cbe694721f35ea273
parent5266f02194d102b842f4f762c6fe06ee050657d9 (diff)
parent424d297041e2b7ca51caae8c1a7954e4ee7820c4 (diff)
downloadlibopus-68e28a69538fcf6a73efa82331e1bcad5940f227.tar.gz
Use -Werror in external/libopus am: 475b788b92 am: 93264cbc8c
am: 424d297041 Change-Id: I2ec607186c728ad48479e222391d07aeef5a092d
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index cd7e229a..82f6a7ca 100644
--- a/Android.bp
+++ b/Android.bp
@@ -169,6 +169,8 @@ cc_library_shared {
"-DHAVE_LRINTF",
"-O2",
"-fno-math-errno",
+ "-Wall",
+ "-Werror",
],
cppflags: [
"-DBSD=1",