a3bdd44aff
This reverts commitfde9bff19c
. Reason for revert: RenderNodeDrawableTests.cpp fix has landed in Android Original change's description: > Revert "Remove Android-specific SK_SUPPORT_LEGACY_IMG_SNAPSHOT flag" > > This reverts commitc3efe67856
. > > Reason for revert: RenderNodeDrawableTests.cpp > > Original change's description: > > Remove Android-specific SK_SUPPORT_LEGACY_IMG_SNAPSHOT flag > > > > Android has been updated to use the new signature so this should no longer be needed > > > > Change-Id: Id745191e815381d032aba6a49bf4baf9c53b2385 > > Reviewed-on: https://skia-review.googlesource.com/9985 > > Reviewed-by: Derek Sollenberger <djsollen@google.com> > > Commit-Queue: Robert Phillips <robertphillips@google.com> > > > > TBR=djsollen@google.com,robertphillips@google.com,reviews@skia.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > > Change-Id: I0211342b237373fe40d205bb18bbef5efce56bf3 > Reviewed-on: https://skia-review.googlesource.com/9946 > Reviewed-by: Robert Phillips <robertphillips@google.com> > Commit-Queue: Robert Phillips <robertphillips@google.com> > TBR=djsollen@google.com,robertphillips@google.com,reviews@skia.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Ia517aafc7c9c589d18c0e94699cad3f5acc0e941 Reviewed-on: https://skia-review.googlesource.com/10103 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
20 lines
617 B
Plaintext
20 lines
617 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",
|
|
]
|