未验证 提交 4e56a125 编写于 作者: Z Zachary Anderson 提交者: GitHub

[Fuchsia] Don't force a full Dart SDK build during host build (#4493)

This rule forces a build of the Dart SDK with the current host toolchain, which isn't needed.
上级 c0d60f17
......@@ -12,7 +12,7 @@ group("flutter") {
"$flutter_root/third_party/txt",
]
if (!is_fuchsia) {
if (!is_fuchsia && !is_fuchsia_host) {
if (current_toolchain == host_toolchain) {
public_deps += [
"$flutter_root/frontend_server",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册