Merge "Use -Werror in hardware/interfaces/dumpstate/1.0/default" am: 641fc32fc0

am: fc67ecce2a

Change-Id: I06fd7575eb39973e91c4ca4f726275bc05c0d703
This commit is contained in:
Chih-Hung Hsieh
2017-11-10 18:50:09 +00:00
committed by android-build-merger

View File

@@ -7,6 +7,10 @@ cc_binary {
"DumpstateDevice.cpp",
"service.cpp",
],
cflags: [
"-Wall",
"-Werror",
],
shared_libs: [
"android.hardware.dumpstate@1.0",