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

Commit 0f897ac6 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Gerrit Code Review
Browse files

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

parents ea6c6b9f c16c2dbc
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,