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

Commit 4ad3b5bb 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:...

Merge "Use -Werror in frameworks/native/libs/nativewindow" am: 9d87e1b8 am: 77ea1020 am: 162bf89e
am: 28fd4b72

Change-Id: I4bff79171825915173be68cc69b2a46c733b7685
parents 7d9f7cc2 28fd4b72
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"],
}