Allow implicit-fallthrough warnings locally.
am: 6caaa8724f

Change-Id: I07cda085eff3b1fec9a513d50fcd5c9af380f09b
diff --git a/Android.mk b/Android.mk
index d5ee200..a2fe0ef 100644
--- a/Android.mk
+++ b/Android.mk
@@ -77,6 +77,9 @@
 
 LOCAL_CFLAGS := $(common_drm_hwcomposer_cflags)
 
+# Suppress warnings until they are fixed in drmhwctwo.cpp
+LOCAL_CFLAGS += -Wno-error=implicit-fallthrough
+
 LOCAL_CPPFLAGS += \
 	-DHWC2_USE_CPP11 \
 	-DHWC2_INCLUDE_STRINGIFICATION