Merge "Temporarily suppress user-defined-warning in external/sfntly" am: a217f56dac am: f4795d699d am: cee31ff94d
am: 313d3399e1

Change-Id: Ibc77173ce49b1b4132603d71aa75e98368e58382
diff --git a/Android.bp b/Android.bp
index f817981..862ae81 100644
--- a/Android.bp
+++ b/Android.bp
@@ -125,6 +125,9 @@
         "-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: {