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

Commit 38b1feca 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

Change-Id: I8d3a746434bd551aff34593897cd85c7b53ec25f
parents fcc06eec 4c4ac1c2
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: [