We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72c537 commit aed2e42Copy full SHA for aed2e42
engine/src/flutter/tools/gn
@@ -485,6 +485,7 @@ def to_gn_args(args):
485
gn_args['skia_use_expat'] = True
486
gn_args['skia_use_fontconfig'] = args.enable_fontconfig
487
gn_args['skia_use_icu'] = True
488
+ gn_args['skia_use_xps'] = False # Flutter does not use XPS
489
gn_args['is_official_build'] = True # Disable Skia test utilities.
490
gn_args['android_full_debug'] = args.target_os == 'android' and args.unoptimized
491
if args.clang is None:
0 commit comments