未验证 提交 48bf4803 编写于 作者: Z Zachary Anderson 提交者: GitHub

[fuchsia] Fix snapshot BUILD.gn file for Fuchsia roll (#8024)

上级 4f54a1dd
......@@ -211,9 +211,13 @@ bin_to_linkable("isolate_snapshot_instructions_linkable") {
bin_to_linkable("platform_strong_dill_linkable") {
deps = [
":strong_platform",
":kernel_platform_files",
]
input = "$root_out_dir/flutter_patched_sdk/platform_strong.dill"
if (is_fuchsia || is_fuchsia_host) {
input = "$root_out_dir/flutter_runner_patched_sdk/platform_strong.dill"
} else {
input = "$root_out_dir/flutter_patched_sdk/platform_strong.dill"
}
symbol = "kPlatformStrongDill"
size_symbol = "kPlatformStrongDillSize"
executable = false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册