aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2018-10-16 09:45:37 +0300
committerMartin Storsjo <martin@martin.st>2018-10-16 09:45:37 +0300
commit69a9b1a051bc3373d7ff3c348f99d564205af589 (patch)
tree45c0ab0229fa8125dac9644930c97233eaae6f56 /Android.bp
parent28fdc28ec436ceafb11ceb6a354e9916c5265981 (diff)
parentfb65c0c24b1d131e2507e8afa757deb801b8eae4 (diff)
downloadfdk-aac-69a9b1a051bc3373d7ff3c348f99d564205af589.tar.gz
fdk-aac-69a9b1a051bc3373d7ff3c348f99d564205af589.tar.bz2
fdk-aac-69a9b1a051bc3373d7ff3c348f99d564205af589.zip
Merge remote-tracking branch 'aosp/master'
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 50cc092..b322d07 100644
--- a/Android.bp
+++ b/Android.bp
@@ -22,6 +22,7 @@ cc_library_static {
"-Wno-#warnings",
"-Wuninitialized",
"-Wno-self-assign",
+ "-Wno-implicit-fallthrough",
],
sanitize: {
misc_undefined:["unsigned-integer-overflow", "signed-integer-overflow"],