[build] Fix more invocations to use relative paths.

Change-Id: I417ff793567a8adbbc4cc4fd4f77792c9a451f89
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/506280
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
This commit is contained in:
Ryan Macnak
2026-05-26 10:19:40 -07:00
committed by dart-scoped@luci-project-accounts.iam.gserviceaccount.com
parent c4d1c3a3e8
commit d907fbb72b
11 changed files with 34 additions and 35 deletions
+4 -4
View File
@@ -318,7 +318,7 @@ action("build_devtools") {
script = "../tools/build_devtools.py"
args = [
"--output",
rebase_path(output),
rebase_path(output, root_build_dir),
]
}
@@ -820,7 +820,7 @@ action("write_version_file") {
script = "../tools/write_version_file.py"
args = [
"--output",
rebase_path(output),
rebase_path(output, root_build_dir),
]
if (!dart_version_git_info) {
args += [ "--no-git-hash" ]
@@ -836,7 +836,7 @@ action("write_revision_file") {
script = "../tools/write_revision_file.py"
args = [
"--output",
rebase_path(output),
rebase_path(output, root_build_dir),
]
if (!dart_version_git_info) {
args += [ "--no-git-hash" ]
@@ -866,7 +866,7 @@ action("write_dartdoc_options") {
script = "../tools/write_dartdoc_options_file.py"
args = [
"--output",
rebase_path(output),
rebase_path(output, root_build_dir),
]
if (!dart_version_git_info) {
args += [ "--no-git-hash" ]