summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d5059fb901..bfa63b0750 100644
--- a/Android.bp
+++ b/Android.bp
@@ -87,6 +87,10 @@ cc_defaults {
clang_cflags: [
// Temporarily suppress the warnings http://b/38232827
"-Wno-error=unused-lambda-capture",
+ "-Wno-implicit-fallthrough",
+ // memory_mapped_file.cc:80, json_parser.cc:264,
+ // sys_string_conversions_posix.cc:122, and
+ // icu_utf.cc:161,165 have -Wno-implicit-fallthrough.
],
}