aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-06-07 07:55:49 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-07 07:55:49 +0000
commit20e39d1199d68024dc8217424ffb652db076b255 (patch)
tree3f2073b2c23729959c49abfe04820dfd3e16337d
parent19e7e41297046bfb5d1942ef9cc53a899f786622 (diff)
parentcd24556b2e39fa885a1bc7bef0fd2d8fece04f1f (diff)
downloadllvm-oreo-dr1-release.tar.gz
Change-Id: Ide11e726f449f7498d6c72856b6e25a495b9a935
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a29a38a3c184..f7d7b030d3d9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -35,6 +35,12 @@ llvm_defaults {
"-std=c++11",
],
+ clang_cflags: [
+ // Temporarily suppress the warnings http://b/37867503
+ "-Wno-error=unused-lambda-capture",
+ "-Wno-error=user-defined-warnings",
+ ],
+
header_libs: ["llvm-headers-no-generated-headers"],
target: {