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

Commit af2c2c2f authored by Stephen Hines's avatar Stephen Hines Committed by android-build-merger
Browse files

Merge "NFC: Fix implicit fallthrough warning." am: 30fc8829 am: 4c4ac1c2

am: 38b1feca

Change-Id: I2baca8145b4fe9c394dee8d7c3649349e54b0b64
parents 18a18234 38b1feca
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -71,8 +71,6 @@ 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: [