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

Commit bd249593 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

am: 7bc77938

Change-Id: Ie7d68a69490ef5c05d67c78eba26f5856b075f9e
parents ce5246ab 7bc77938
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,