summaryrefslogtreecommitdiffstats
path: root/dumpstate
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-11-10 18:51:40 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-11-10 18:51:40 +0000
commit609a9b8ffd4d6bd3ebf94cdf9f1f290191a01fc5 (patch)
tree8ba74d0516b6a04119ccd8fb956decffe1e66403 /dumpstate
parent5e17666308e56704195a6cd93e149677b763b15a (diff)
parentd48225ca562f49ac3a4aff035bf34a1edd50ad09 (diff)
downloadandroid_hardware_interfaces-609a9b8ffd4d6bd3ebf94cdf9f1f290191a01fc5.tar.gz
android_hardware_interfaces-609a9b8ffd4d6bd3ebf94cdf9f1f290191a01fc5.tar.bz2
android_hardware_interfaces-609a9b8ffd4d6bd3ebf94cdf9f1f290191a01fc5.zip
Merge "Use -Werror in hardware/interfaces/dumpstate/1.0/default" am: 641fc32fc0 am: fc67ecce2a
am: d48225ca56 Change-Id: I4423f2838daac22baa172817254930c76685324b
Diffstat (limited to 'dumpstate')
-rw-r--r--dumpstate/1.0/default/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/dumpstate/1.0/default/Android.bp b/dumpstate/1.0/default/Android.bp
index 41ccd592c..3ca19e8ca 100644
--- a/dumpstate/1.0/default/Android.bp
+++ b/dumpstate/1.0/default/Android.bp
@@ -7,6 +7,10 @@ cc_binary {
"DumpstateDevice.cpp",
"service.cpp",
],
+ cflags: [
+ "-Wall",
+ "-Werror",
+ ],
shared_libs: [
"android.hardware.dumpstate@1.0",