未验证 提交 8b912361 编写于 作者: S stuartmorgan 提交者: GitHub

Roll buildroot for ANGLE support (#10667)

Rolls buildroot forward to pick up support for building ANGLE. Needed for #9835

Updates license check to ignore a new top-level buildfile-only directory added as part of that support.
上级 42917704
......@@ -137,7 +137,7 @@ allowed_hosts = [
]
deps = {
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'c6bd1f1e25048a97d99cf2fa679bd54ebad94697',
'src': 'https://github.com/flutter/buildroot.git' + '@' + '182ad4097eda82feddc7250b4fa4552269e807b7',
# Fuchsia compatibility
#
......
Signature: 2466ecf1e64cad529ef59c97c07cd1a9
Signature: 2949b64d096f5b6f13e028bf9cc53b40
......@@ -2171,6 +2171,7 @@ class _RepositoryRoot extends _RepositoryDirectory {
return entry.name != 'testing' // only used by tests
&& entry.name != 'build' // only used by build
&& entry.name != 'buildtools' // only used by build
&& entry.name != 'build_overrides' // only used by build
&& entry.name != 'ios_tools' // only used by build
&& entry.name != 'tools' // not distributed in binary
&& entry.name != 'out' // output of build
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册