未验证 提交 6fbbfe18 编写于 作者: K Kaushik Iska 提交者: GitHub

Fix flutter runner paths (#12289)

上级 36d42473
......@@ -23,7 +23,7 @@ compiled_action("generate_snapshot_bin") {
tool = "//third_party/dart/runtime/bin:gen_snapshot"
if (is_fuchsia || is_fuchsia_host) {
platform_kernel = "//prebuilt/gallium/platform_strong.dill"
platform_kernel = "//prebuilt/gallium/flutter/artifacts/platform_strong.dill"
} else {
platform_kernel = "$root_out_dir/flutter_patched_sdk/platform_strong.dill"
}
......@@ -218,7 +218,7 @@ bin_to_linkable("platform_strong_dill_linkable") {
":kernel_platform_files",
]
if (is_fuchsia || is_fuchsia_host) {
input = "//prebuilt/gallium/platform_strong.dill"
input = "//prebuilt/gallium/flutter/artifacts/platform_strong.dill"
} else {
input = "$root_out_dir/flutter_patched_sdk/platform_strong.dill"
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册