From 2b08a6265cf1c3d83c5d044d85dc74b9aca9d019 Mon Sep 17 00:00:00 2001 From: Yi Kong Date: Tue, 2 May 2017 11:37:07 -0700 Subject: Temporarily suppress user-defined-warning in external/sfntly Test: Build Bug: 37911198 Change-Id: Iba4d4051293e21452da051d4be2e8b33b3c1df24 --- Android.bp | 3 +++ 1 file changed, 3 insertions(+) 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: { -- cgit v1.2.3