Merge "Use -Werror in hardware/interfaces/dumpstate/1.0/default" am: 641fc32fc0
am: fc67ecce2a
am: d48225ca56
Change-Id: I4423f2838daac22baa172817254930c76685324b
This commit is contained in:
commit
609a9b8ffd
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ cc_binary {
|
|||
"DumpstateDevice.cpp",
|
||||
"service.cpp",
|
||||
],
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
],
|
||||
|
||||
shared_libs: [
|
||||
"android.hardware.dumpstate@1.0",
|
||||
|
|
Loading…
Reference in a new issue