Suppress -Wimplicit-fallthrough. am: f8126cddfe
am: a8a55f5f48

Change-Id: Ib73177683d409edf61616ed784bea4cf6d9d6483
diff --git a/Android.bp b/Android.bp
index 2542e5f..a73be13 100644
--- a/Android.bp
+++ b/Android.bp
@@ -52,6 +52,8 @@
         "-fexceptions",
         "-Wextra",
         "-Wno-unused-function",
+        "-Wno-implicit-fallthrough",
+        // src/cxa_demangle.cpp:2591 -Wimplicit-fallthrough
     ],
     sanitize: {
         never: true,