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

Commit f4b1dba7 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Allow implicit-fallthrough warnings locally." am: 36afe11a am:...

Merge "Merge "Allow implicit-fallthrough warnings locally." am: 36afe11a am: 9c573823 am: 469705cc"
parents 60515d1d 51025d63
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -59,6 +59,8 @@ cc_library {
        "ZipFileRO.cpp",
        "ZipUtils.cpp",
    ],
    // Allow implicit fallthroughs in Locale.cpp and ResourceTypes.cpp until they are fixed.
    cflags: ["-Wno-implicit-fallthrough"],
    export_include_dirs: ["include"],
    export_shared_lib_headers: ["libz"],
    target: {
+3 −0
Original line number Diff line number Diff line
@@ -81,6 +81,9 @@ cc_library_shared {
        "-Wno-error=deprecated-declarations",
        "-Wunused",
        "-Wunreachable-code",
        // Allow implicit fallthroughs in android_media_MediaScanner.cpp and
        // android_mtp_MtpDatabase.cpp until they are fixed.
        "-Wno-error=implicit-fallthrough",
    ],
}

+2 −0
Original line number Diff line number Diff line
@@ -71,6 +71,8 @@ cc_library_host_static {
    cflags: [
        "-Wno-format-y2k",
        "-DSTATIC_ANDROIDFW_FOR_TOOLS",
        // Allow implicit fallthroughs in AaptAssets.cpp until they are fixed.
        "-Wno-error=implicit-fallthrough",
    ],

    srcs: [
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@ cc_binary_host {
        "-O0",
        "-Wall",
        "-Werror",
        // Allow implicit fallthroughs in main.cpp until they are fixed.
        "-Wno-error=implicit-fallthrough",
    ],
    srcs: ["main.cpp"],
    shared_libs: [