Merge "Suppress -Wimplicit-fallthrough." am: 8704782ffd

am: fa1ce53961

Change-Id: I17099cda4a919b28aab856fffbb843609bf56cf9
This commit is contained in:
Chih-hung Hsieh 2018-09-05 09:50:56 -07:00 committed by android-build-merger
commit 5caf4ae2e9
1 changed files with 1 additions and 0 deletions

View File

@ -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"],