Merge "Use -Werror in hardware/interfaces/automotive/vehicle/2.0"

This commit is contained in:
Chih-hung Hsieh
2017-11-29 23:29:36 +00:00
committed by Android (Google) Code Review

View File

@@ -23,5 +23,9 @@ cc_library_static {
strip: {
keep_symbols: true,
},
cflags: [
"-Wall",
"-Werror",
],
srcs: ["VehicleHalProto.proto"]
}