summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 248215e185..ed7e2834aa 100644
--- a/Android.bp
+++ b/Android.bp
@@ -59,6 +59,11 @@ cc_defaults {
"-Wno-unused-function",
"-Wno-missing-field-initializers",
],
+
+ clang_cflags: [
+ // Temporarily suppress the warnings http://b/38232827
+ "-Wno-error=unused-lambda-capture",
+ ],
}
libchromeCommonSrc = [