blob: 12e3b11321d4ce037aa6e3e41bbd8d0caa5eb2c6 [file] [log] [blame]
Mike Kleincfc4f442016-10-26 17:19:03 -04001# Copyright 2016 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6android_framework_defines = [
7 "SK_SUPPORT_LEGACY_UNBALANCED_PIXELREF_LOCKCOUNT",
8
9 # Needed until we fix https://bug.skia.org/2440 .
10 "SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG",
11 "SK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS",
12 "SK_SUPPORT_LEGACY_GRADIENT_DITHERING",
13 "SK_SUPPORT_LEGACY_DRAWFILTER",
14 "SK_IGNORE_GPU_DITHER",
15 "SK_SUPPORT_LEGACY_CLIP_REGIONOPS",
16 "SK_SUPPORT_LEGACY_SHADER_ISABITMAP",
Mike Kleincfc4f442016-10-26 17:19:03 -040017]