File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ template("_application_snapshot") {
72
72
if (defined (invoker .dot_packages )) {
73
73
dot_packages = invoker .dot_packages
74
74
} else {
75
- dot_packages = rebase_path (" $_dart_root /.packages " )
75
+ dot_packages = rebase_path (" $_dart_root /.dart_tool/package_config.json " )
76
76
}
77
77
output = " $root_gen_dir /$name .dart.snapshot"
78
78
if (defined (invoker .output )) {
@@ -197,7 +197,8 @@ template("_application_snapshot") {
197
197
# Any build dependencies.
198
198
#
199
199
# dot_packages (optional):
200
- # The .packages file for the app. Defaults to the $_dart_root/.packages.
200
+ # The package config file for the app. Defaults to
201
+ # $_dart_root/.dart_tool/package_config.json.
201
202
#
202
203
# output (optional):
203
204
# Overrides the full output path.
@@ -230,7 +231,8 @@ template("application_snapshot") {
230
231
# Any build dependencies.
231
232
#
232
233
# dot_packages (optional):
233
- # The .packages file for the app. Defaults to the $_dart_root/.packages.
234
+ # The packages config file for the app. Defaults to
235
+ # $_dart_root/.dart_tool/package_config.json.
234
236
#
235
237
# output (optional):
236
238
# Overrides the full output path.
You can’t perform that action at this time.
0 commit comments