aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: {