aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-07-07 09:52:56 -0400
committerGravatar Mike Reed <reed@google.com>2017-07-07 13:57:59 +0000
commitaa6c777f7d7c1507ae6fa5decf4355f335495430 (patch)
tree08e60b62263dbb0970bf16230161e2bd508262c1
parent98308fb081687970278dce2a7631005f9cb424a8 (diff)
add guard for android (needs rebaseline)
android.graphics.drawable.cts.BitmapDrawableTest.testPreloadDensity(BitmapDrawableTest.java:556) Bug: skia: Change-Id: Ibc6b67c6ec82f578ffffd7461e2505713c704b8d Reviewed-on: https://skia-review.googlesource.com/21824 Commit-Queue: Mike Reed <reed@google.com> Reviewed-by: Mike Reed <reed@google.com>
-rw-r--r--gn/android_framework_defines.gni1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/android_framework_defines.gni b/gn/android_framework_defines.gni
index 4577d08ec5..689ba82cce 100644
--- a/gn/android_framework_defines.gni
+++ b/gn/android_framework_defines.gni
@@ -15,4 +15,5 @@ android_framework_defines = [
"SK_SUPPORT_DEPRECATED_CLIPOPS",
"SK_LEGACY_SWEEP_GRADIENT",
"SK_SUPPORT_LEGACY_TILED_BITMAPS",
+ "SK_SUPPORT_LEGACY_BILERP_IGNORING_HACK",
]