commit | 4ce5eab989da50df8c7f3bbbc531069786a3bd58 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed Nov 08 13:36:57 2017 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Wed Nov 08 13:36:57 2017 -0800 |
tree | 22cbd3b403bd9b096041e5987b7b6fc8a951590d | |
parent | e5fd969f199e2d9b3f6074c65e8cf10df0338e55 [diff] |
Use -Werror in hardware/interfaces/dumpstate/1.0/default Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ic91f44e7410fd5bd8d1231f886a526a5e21a2eae
diff --git a/dumpstate/1.0/default/Android.bp b/dumpstate/1.0/default/Android.bp index 41ccd59..3ca19e8 100644 --- a/dumpstate/1.0/default/Android.bp +++ b/dumpstate/1.0/default/Android.bp
@@ -7,6 +7,10 @@ "DumpstateDevice.cpp", "service.cpp", ], + cflags: [ + "-Wall", + "-Werror", + ], shared_libs: [ "android.hardware.dumpstate@1.0",