We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5366aa4 commit 6a24c60Copy full SHA for 6a24c60
utils/ddc/BUILD.gn
@@ -267,7 +267,7 @@ template("package_kernel_outline") {
267
"Need 'package' in $target_name (the name of the package)")
268
269
module = invoker.package
270
- output = "$target_gen_dir/${module}_outline"
+ output = "$target_gen_dir/${module}_outline.dill"
271
sdk_outline = rebase_path(sdk_outline_dill)
272
273
package_config =
@@ -291,7 +291,7 @@ template("package_kernel_outline") {
291
"--source",
292
"package:$module/$module.dart",
293
"--output",
294
- rebase_path("$output.dill"),
+ rebase_path(output),
295
]
296
if (defined(invoker.extra_libraries)) {
297
foreach(lib, invoker.extra_libraries) {
0 commit comments