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

Commit 67a551ac authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Use -Werror in system/bt/binder

am: addce0eb

Change-Id: I3faf809931c8261d0074b4f7abf52169e219283d
parents 750552a9 addce0eb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ cc_library_shared {
    ],
    cflags: [
        "-Wall",
        "-Werror",
        "-Wextra",
        "-Wno-unused-parameter",
    ],