aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2017-06-06 21:26:43 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-06 21:26:43 +0000
commit313d3399e181bb1eb213cde006896c5ed253045c (patch)
tree6452a3e40a087f9133ccbc6ce9a58735ba8d8709
parent5a188a8930182d27d39864a7b42f21c36cb28c1e (diff)
parentcee31ff94db46266d334b7248760aa4042396497 (diff)
downloadsfntly-313d3399e181bb1eb213cde006896c5ed253045c.tar.gz
Merge "Temporarily suppress user-defined-warning in external/sfntly" am: a217f56dac am: f4795d699dandroid-o-mr1-preview-2android-o-mr1-preview-1
am: cee31ff94d Change-Id: I9c8f891aef331a2e8d81df93d799f8356b6bd525
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f817981..862ae81 100644
--- a/Android.bp
+++ b/Android.bp
@@ -125,6 +125,9 @@ cc_library_static {
"-Wno-error=c++0x-compat",
"-Wno-non-virtual-dtor",
"-Wno-sign-promo",
+
+ // Temporarily suppress the warning http://b/37911198
+ "-Wno-error=user-defined-warnings",
],
debug: {