提交 83ce8c40 编写于 作者: J Jason Simmons 提交者: GitHub

Set the is_official_build flag that disables GR_TEST_UTILS in Skia (#4072)

Fixes https://github.com/flutter/flutter/issues/11952
上级 0047b71a
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册