未验证 提交 4a2bf61a 编写于 作者: J Jonah Williams 提交者: GitHub

switch kernel_compiler to package_config (#19582)

Update the kernel compiler target to be compiled with a package_config, eventually needed for null safety.

Work towards flutter/flutter#60999
上级 5304a600
......@@ -13,7 +13,8 @@ application_snapshot("kernel_compiler") {
"../flutter/kernel:kernel_platform_files($host_toolchain)",
]
dot_packages = rebase_path("//third_party/dart/.packages")
dot_packages =
rebase_path("//third_party/dart/.dart_tool/package_config.json")
training_args = [
"--train",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册