aboutsummaryrefslogtreecommitdiff
path: root/bcinfo
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-02 14:21:43 -0700
committerChih-Hung Hsieh <chh@google.com>2017-10-02 14:22:37 -0700
commit536f97387ab9dc65bad4bf73b600e03408e125d2 (patch)
treef9929ca776cc0930c7b53578bd3308d6d4383a42 /bcinfo
parent5b5c2da95c9c3d99f0aab756c339089d300757c5 (diff)
downloadlibbcc-536f97387ab9dc65bad4bf73b600e03408e125d2.tar.gz
Use -Werror in frameworks/compile/libbcc
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Iaaf8f756fd4a24558c2456c3ca179560069b21d2
Diffstat (limited to 'bcinfo')
-rw-r--r--bcinfo/Wrap/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/bcinfo/Wrap/Android.bp b/bcinfo/Wrap/Android.bp
index bca5cb3..6334a5e 100644
--- a/bcinfo/Wrap/Android.bp
+++ b/bcinfo/Wrap/Android.bp
@@ -26,6 +26,8 @@ cc_library_static {
"wrapper_output.cpp",
],
+ cflags: ["-Wall", "-Werror"],
+
target: {
host: {
cflags: ["-D__HOST__"],