Skip to content

Commit

Permalink
Temporarily use expat on Android because the Android font manager dep…
Browse files Browse the repository at this point in the history
…ends on the same. (flutter#5308)
  • Loading branch information
chinmaygarde authored May 18, 2018
1 parent 278cdae commit fe7cad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gn
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fe7cad4

Please sign in to comment.