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

Commit dec548b0 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Android (Google) Code Review
Browse files

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

parents 94ceaa21 8c7f10bd
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"]
}