Commit 2eaf6205 authored by Chong Gu's avatar Chong Gu Committed by V8 LUCI CQ

[Fuchsia] Deprecate fuchsia_package_runner

Change-Id: Id6c520cd3cc6218fb32fea2c82b0ff8985e2b58e
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3627012
Commit-Queue: Anton Bikineev <bikineev@chromium.org>
Auto-Submit: Chong Gu <chonggu@google.com>
Reviewed-by: 's avatarAnton Bikineev <bikineev@chromium.org>
Cr-Commit-Position: refs/heads/main@{#80501}
parent 8f358112
......@@ -6129,10 +6129,10 @@ if (is_fuchsia && !build_with_chromium) {
package_name_override = "d8"
}
fuchsia_package_runner("d8_fuchsia") {
fuchsia_package_installer("d8_fuchsia") {
testonly = true
package = ":d8_fuchsia_pkg"
package_name_override = "d8"
package_name = "d8"
}
}
......
......@@ -14,11 +14,11 @@ if (is_fuchsia) {
package_name_override = "v8_unittests"
}
fuchsia_package_runner("v8_unittests_fuchsia") {
fuchsia_test_runner("v8_unittests_fuchsia") {
testonly = true
use_cfv2 = false
package = ":v8_unittests_pkg"
package_name_override = "v8_unittests"
package_name = "v8_unittests"
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment