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

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

Use -Werror in frameworks/native/cmds/surfacereplayer/proto

Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: If39d101b1c4000360ea0230d4fce193fb2d9f757
parent ea6c6b9f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3,6 +3,10 @@ cc_library_static {
    srcs: [
        "src/trace.proto",
    ],
    cflags: [
        "-Wall",
        "-Werror",
    ],
    proto: {
        type: "lite",
        export_proto_headers: true,