aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-09 19:21:30 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-09 19:21:30 +0000
commit424d297041e2b7ca51caae8c1a7954e4ee7820c4 (patch)
tree00a18bfdc7fb85dc881f6ce31d70cc981d338898 /Android.bp
parenta92a20b8959b42737ec033fd57cba17ed63eca81 (diff)
parent93264cbc8ca69346b3078abe5eb657e6169854b2 (diff)
downloadlibopus-424d297041e2b7ca51caae8c1a7954e4ee7820c4.tar.gz
Use -Werror in external/libopus am: 475b788b92
am: 93264cbc8c Change-Id: Ic75d3af2a78df91e3b59902d9401c7ef023df7b1
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",