Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c7f10bd authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

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

Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: I439352bb0f876bac10393c08c9bdaa665709b147
parent 5ca6f514
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -23,5 +23,9 @@ cc_library_static {
    strip: {
        keep_symbols: true,
    },
    cflags: [
        "-Wall",
        "-Werror",
    ],
    srcs: ["VehicleHalProto.proto"]
}