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

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

Merge "Use -Werror in frameworks/native/libs/nativewindow" am: 9d87e1b8

am: 77ea1020

Change-Id: I76c75656601c90d4e1d41d6b301f67d142b936f6
parents 1e04536b 77ea1020
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -34,6 +34,12 @@ cc_library {

    clang: true,

    cflags: [
        "-Wall",
        "-Werror",
        "-Wno-unused-function",
    ],

    cppflags: [
        "-std=c++1z"
    ],
+1 −0
Original line number Diff line number Diff line
@@ -23,4 +23,5 @@ cc_test {
    srcs: [
        "AHardwareBufferTest.cpp",
        "c_compatibility.c"],
    cflags: ["-Wall", "-Werror"],
}