Turn on TURBO_HAS_CROP for Android framework
https://buganizer.corp.google.com/u/0/issues/27290496 BUG=skia:4256 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1721953002 Review URL: https://codereview.chromium.org/1721953002
This commit is contained in:
parent
b65e604f10
commit
285e7c62ed
@ -74,7 +74,8 @@
|
||||
'SK_CODEC_DECODES_WEBP',
|
||||
|
||||
# Turn on libjpeg-turbo optimizations since we know that the
|
||||
# appropriate version of libjpeg-turbo is present.
|
||||
# appropriate version of libjpeg-turbo is present.
|
||||
'TURBO_HAS_CROP',
|
||||
'TURBO_HAS_SKIP',
|
||||
'TURBO_HAS_565',
|
||||
],
|
||||
@ -84,13 +85,6 @@
|
||||
'raw_codec',
|
||||
],
|
||||
},],
|
||||
['skia_android_framework == 0', {
|
||||
'defines': [
|
||||
# TODO (msarett): Add this optimization to Android.
|
||||
# https://buganizer.corp.google.com/u/0/issues/27290496
|
||||
'TURBO_HAS_CROP',
|
||||
],
|
||||
},],
|
||||
],
|
||||
}, {
|
||||
# RAW codec needs exceptions. Due to that, it is a separate target. Its usage can be
|
||||
|
Loading…
Reference in New Issue
Block a user