From 475b788b92ee72b47bbd4891f1fc915cebfca8c9 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Thu, 28 Sep 2017 14:40:32 -0700 Subject: Use -Werror in external/libopus Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I5ca0646034c26ba70986bec9ebff5a17c678e623 --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) 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", -- cgit v1.2.3