aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Thomson <paulthomson@google.com>2021-09-24 19:58:35 +0000
committerPaul Thomson <paulthomson@google.com>2021-09-24 19:58:35 +0000
commitb884048981838eb36954e6a126c64ce1bb929fc0 (patch)
tree5bfa88b833e4004e8e1efe297744560296aa1d7a
parent5f4c7868370dcf4d308cdb7402aa3e48d3368cfe (diff)
downloadSPIRV-Tools-b884048981838eb36954e6a126c64ce1bb929fc0.tar.gz
Fix build
Bug: b/198205816 Bug: b/201074030 Change-Id: Ib2cb5649e1f838afba57c800fdcafcdca1b8ff32
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ef10e4e7..07bd32b1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -139,5 +139,6 @@ cc_library {
cppflags: [
"-Wno-implicit-fallthrough",
"-Wno-sign-conversion",
+ "-Wno-switch",
],
}