diff options
author | Chih-Hung Hsieh <chh@google.com> | 2017-11-08 13:36:57 -0800 |
---|---|---|
committer | Chih-Hung Hsieh <chh@google.com> | 2017-11-08 13:36:57 -0800 |
commit | 4ce5eab989da50df8c7f3bbbc531069786a3bd58 (patch) | |
tree | 22cbd3b403bd9b096041e5987b7b6fc8a951590d /dumpstate | |
parent | e5fd969f199e2d9b3f6074c65e8cf10df0338e55 (diff) |
Use -Werror in hardware/interfaces/dumpstate/1.0/default
Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: Ic91f44e7410fd5bd8d1231f886a526a5e21a2eae
Diffstat (limited to 'dumpstate')
-rw-r--r-- | dumpstate/1.0/default/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dumpstate/1.0/default/Android.bp b/dumpstate/1.0/default/Android.bp index 41ccd592c0..3ca19e8cab 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", |