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

Commit 7bc77938 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Use -Werror in frameworks/native/cmds/surfacereplayer/proto" am: 0f897ac6

am: e6e626df

Change-Id: Ic98f1924f22b55caa908289be0f0d06f0cd0e350
parents 0c328734 e6e626df
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,