aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-09 19:12:12 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-09 19:12:12 +0000
commit93264cbc8ca69346b3078abe5eb657e6169854b2 (patch)
tree00a18bfdc7fb85dc881f6ce31d70cc981d338898 /Android.bp
parent77cb8f43323c57f8180137002179fee7da5067a8 (diff)
parent475b788b92ee72b47bbd4891f1fc915cebfca8c9 (diff)
downloadlibopus-93264cbc8ca69346b3078abe5eb657e6169854b2.tar.gz
Use -Werror in external/libopusandroid-o-mr1-iot-preview-6o-mr1-iot-preview-6
am: 475b788b92 Change-Id: I62b540ff2e8f1c112c5a0efb84fff5266beba0a1
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",