aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-28 14:40:32 -0700
committerChih-Hung Hsieh <chh@google.com>2017-09-28 14:41:06 -0700
commit475b788b92ee72b47bbd4891f1fc915cebfca8c9 (patch)
tree00a18bfdc7fb85dc881f6ce31d70cc981d338898 /Android.bp
parentaecd1e10da5835a2714ba212283d04549b5543c2 (diff)
downloadlibopus-475b788b92ee72b47bbd4891f1fc915cebfca8c9.tar.gz
Use -Werror in external/libopus
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I5ca0646034c26ba70986bec9ebff5a17c678e623
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 257209c9..95d8c81c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -165,6 +165,8 @@ cc_library_shared {
"-DHAVE_LRINTF",
"-O2",
"-fno-math-errno",
+ "-Wall",
+ "-Werror",
],
cppflags: [
"-DBSD=1",