2e491a6a11
Needs this to land: https://codereview.chromium.org/2789853002/ Bug: skia: Change-Id: I38d916a546b7fa64d000d973e695ddda24a589e7 Reviewed-on: https://skia-review.googlesource.com/10600 Commit-Queue: Mike Reed <reed@google.com> Reviewed-by: Matt Sarett <msarett@google.com>
21 lines
656 B
Plaintext
21 lines
656 B
Plaintext
# Copyright 2016 Google Inc.
|
|
#
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
android_framework_defines = [
|
|
"SK_SUPPORT_LEGACY_UNBALANCED_PIXELREF_LOCKCOUNT",
|
|
|
|
# Needed until we fix https://bug.skia.org/2440 .
|
|
"SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG",
|
|
"SK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS",
|
|
"SK_SUPPORT_LEGACY_GRADIENT_DITHERING",
|
|
"SK_SUPPORT_LEGACY_DRAWFILTER",
|
|
"SK_IGNORE_GPU_DITHER",
|
|
"SK_SUPPORT_LEGACY_BITMAP_SETPIXELREF",
|
|
"SK_SUPPORT_LEGACY_SHADER_ISABITMAP",
|
|
"SK_SUPPORT_LEGACY_EMBOSSMASKFILTER",
|
|
"SK_SUPPORT_LEGACY_CANVAS_HELPERS",
|
|
"SK_SUPPORT_LEGACY_PIXELREFFACTORY",
|
|
]
|