summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-04 22:23:32 -0700
committerChih-Hung Hsieh <chh@google.com>2017-10-25 16:15:56 -0700
commit29f5ec76f933d14785fead2dd78ed4360e8a16bb (patch)
tree4a9220ad226deb7397d1a064a68c34f523b61bb0
parent6a1726a4446d1861f33a30c5ce27becfb4cffba9 (diff)
downloadinterfaces-29f5ec76f933d14785fead2dd78ed4360e8a16bb.tar.gz
Use -Werror in system/hardware/interfaces
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I9ebbd5e392c62059bdb2fc87aa49615da22b3547
-rw-r--r--net/netd/1.0/vts/functional/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/netd/1.0/vts/functional/Android.bp b/net/netd/1.0/vts/functional/Android.bp
index 61e612a..c79d116 100644
--- a/net/netd/1.0/vts/functional/Android.bp
+++ b/net/netd/1.0/vts/functional/Android.bp
@@ -14,5 +14,7 @@ cc_test {
cflags: [
"-O0",
"-g",
+ "-Wall",
+ "-Werror",
],
}