Merge "Suppress -Wimplicit-fallthrough."
diff --git a/Android.bp b/Android.bp
index 4001deb..37af066 100644
--- a/Android.bp
+++ b/Android.bp
@@ -976,6 +976,7 @@
         "libskia",
     ],
     cflags: [
+        "-Wno-implicit-fallthrough",
         "-Wno-unused-parameter",
         "-Wno-unused-variable",
     ],