未验证 提交 5d757690 编写于 作者: J Jonah Williams 提交者: GitHub

[null-safety] update use of dot packages to package_config.json (#19780)

Work towards flutter/flutter#60999

All usage of .packages must eventually be replace with package_config.json to support language versioning.
上级 ed6fe20e
......@@ -23,7 +23,7 @@ template("generate_dart_profiler_symbols") {
script = "dart_profiler_symbols.dart"
packages = rebase_path("//third_party/dart/.packages")
packages = rebase_path("//third_party/dart/.dart_tool/package_config.json")
args = [
"--nm",
......
......@@ -13,7 +13,6 @@ application_snapshot("const_finder") {
inputs = [
"bin/main.dart",
"lib/const_finder.dart",
".packages",
".dart_tool/package_config.json",
]
......
......@@ -21,7 +21,8 @@ template("dart_kernel") {
gen_kernel_script = "//third_party/dart/pkg/vm/bin/gen_kernel.dart"
platform_dill = "$root_out_dir/dart_runner_patched_sdk/platform_strong.dill"
dot_packages = rebase_path("//third_party/dart/.packages")
dot_packages =
rebase_path("//third_party/dart/.dart_tool/package_config.json")
inputs = [
platform_dill,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册