mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Set the is_official_build flag that disables GR_TEST_UTILS in Skia (#4072)
Fixes https://github.com/flutter/flutter/issues/11952
This commit is contained in:
parent
0047b71aaf
commit
83ce8c40b1
1
tools/gn
1
tools/gn
@ -69,6 +69,7 @@ def to_gn_args(args):
|
||||
gn_args['skia_use_sfntly'] = False # PDF handling.
|
||||
gn_args['skia_use_libwebp'] = False # Needs third_party/libwebp.
|
||||
gn_args['skia_use_fontconfig'] = False # Use the custom font manager instead.
|
||||
gn_args['is_official_build'] = True # Disable Skia test utilities.
|
||||
|
||||
gn_args['is_debug'] = args.unoptimized
|
||||
gn_args['android_full_debug'] = args.target_os == 'android' and args.unoptimized
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user