commit | 8c7f10bdc425ca98d1465322a4bd1b618ad4b918 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Nov 28 14:14:06 2017 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Tue Nov 28 14:18:26 2017 -0800 |
tree | e0cd02d295f3fb54c4b71b4345465ea746418a12 | |
parent | 5ca6f514ebd3c5401af380b28ec4efe9bc783f9d [diff] |
Use -Werror in hardware/interfaces/automotive/vehicle/2.0 Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I439352bb0f876bac10393c08c9bdaa665709b147
diff --git a/automotive/vehicle/2.0/default/impl/vhal_v2_0/proto/Android.bp b/automotive/vehicle/2.0/default/impl/vhal_v2_0/proto/Android.bp index ec35200..6754843 100644 --- a/automotive/vehicle/2.0/default/impl/vhal_v2_0/proto/Android.bp +++ b/automotive/vehicle/2.0/default/impl/vhal_v2_0/proto/Android.bp
@@ -23,5 +23,9 @@ strip: { keep_symbols: true, }, + cflags: [ + "-Wall", + "-Werror", + ], srcs: ["VehicleHalProto.proto"] }