提交 2e46f6ff 编写于 作者: C Chinmay Garde 提交者: GitHub

Switch to Harfbuzz 1.5.0 from Fuchsia. (#4006)

上级 78d99d4e
......@@ -113,7 +113,7 @@ allowed_hosts = [
]
deps = {
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'baaae21dbb12b3d75c99498de79d503989d17e79',
'src': 'https://github.com/flutter/buildroot.git' + '@' + '34c6084946b71a14b9a590db14c2b417ea5055d4',
# Fuchsia compatibility
#
......@@ -142,6 +142,9 @@ deps = {
'src/third_party/rapidjson':
Var('fuchsia_git') + '/third_party/rapidjson' + '@' + '9defbb0209a534ffeb3a2b79d5ee440a77407292',
'src/third_party/harfbuzz':
Var('fuchsia_git') + '/third_party/harfbuzz' + '@' + 'a10951da60ca6712de4da5f18ec75c515dd8e5c1',
# Chromium-style
#
# As part of integrating with Fuchsia, we should eventually remove all these
......
......@@ -83,7 +83,6 @@ def to_gn_args(args):
if not args.simulator:
aot = True
else:
gn_args['use_system_harfbuzz'] = False
aot = False
if args.runtime_mode == 'debug':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册