faba3715b8
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4384 Change-Id: I5121acd027d935ade169ff65941f29f654a47bd0 Reviewed-on: https://skia-review.googlesource.com/4384 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
19 lines
579 B
Plaintext
19 lines
579 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_XFERMODE_PARAM_TYPES",
|
|
"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_CLIP_REGIONOPS",
|
|
"SK_SUPPORT_LEGACY_SHADER_ISABITMAP",
|
|
]
|