Temporarily use expat on Android because the Android font manager depends on the same. (#5308)

This commit is contained in:
Chinmay Garde 2018-05-18 12:55:20 -07:00 committed by GitHub
parent 278cdaeee9
commit fe7cad4199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ def to_gn_args(args):
gn_args['skia_use_dng_sdk'] = False # RAW image handling.
gn_args['skia_use_sfntly'] = False # PDF handling depedency.
gn_args['skia_enable_pdf'] = False # PDF handling.
gn_args['skia_use_expat'] = False # XML handling (for SVG and friends).
gn_args['skia_use_expat'] = args.target_os == 'android'
gn_args['skia_use_fontconfig'] = False # Use the custom font manager instead.
gn_args['is_official_build'] = True # Disable Skia test utilities.