aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index e64dec16..a1b32c5b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -72,10 +72,10 @@ license {
cc_defaults {
name: "vixl-common",
host_supported: true,
- clang_cflags: ["-Wimplicit-fallthrough"],
cflags: [
"-Wall",
"-Werror",
+ "-Wimplicit-fallthrough",
],
cppflags: [
"-DVIXL_GENERATE_SIMULATOR_INSTRUCTIONS_VALUE=0",