未验证 提交 14f75d11 编写于 作者: C Chris Bracken 提交者: GitHub

Migrate third_party/expat dependency to googlecode (#25683)

third_party/expat was recently migrated from flutter/buildroot to our
googlesource repo at https://flutter.googlesource.com/third_party/expat
in [1] and deleted from the buildroot in [2]. This rolls the buildroot
and adds the new upstream dependency.

[1] https://flutter-review.googlesource.com/c/third_party/expat/+/12700
[2] https://github.com/flutter/buildroot/pull/445

Bug: https://github.com/flutter/flutter/issues/39532
上级 f2865693
......@@ -96,7 +96,7 @@ allowed_hosts = [
]
deps = {
'src': 'https://github.com/flutter/buildroot.git' + '@' + '33358ba597f875f6646522fd4ea86c1b31404d77',
'src': 'https://github.com/flutter/buildroot.git' + '@' + '45ce223bc8d8ca88e2eb2f38eb0cf799e39edd06',
# Fuchsia compatibility
#
......@@ -341,6 +341,9 @@ deps = {
'src/third_party/colorama/src':
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
'src/third_party/expat':
Var('flutter_git') + '/third_party/expat' + '@' + '1441fc5252746e53b285d15be7e65e4cd74d97eb',
'src/third_party/freetype2':
Var('flutter_git') + '/third_party/freetype2' + '@' + '1f03c1b2d7f2ae832a4fbe9d12bd96c3c15bbece',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册