Skip to content

Commit

Permalink
[SDK] Remove build rule for dart_precompiled_runtime
Browse files Browse the repository at this point in the history
TEST=ci

Change-Id: I2fa2de462a9170941ed9201ba14182d490de65cb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/395683
Reviewed-by: Alexander Aprelev <[email protected]>
Commit-Queue: Siva Annamalai <[email protected]>
  • Loading branch information
a-siva authored and Commit Queue committed Nov 18, 2024
1 parent ae0b50d commit c65057e
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions runtime/bin/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -903,23 +903,6 @@ dart_executable("dart") {
}
}

# This rule is here to ensure benchmark suites do not break, it can be
# removed once the benchmark suites are updated.
group("dart_precompiled_runtime") {
deps = [
":copy_dart_precompiled_runtime",
":dartaotruntime",
]
}

copy("copy_dart_precompiled_runtime") {
visibility = [ ":dart_precompiled_runtime" ]
deps = [ ":dartaotruntime" ]
src_dir = get_label_info(":dartaotruntime", "root_out_dir")
sources = [ "$src_dir/dartaotruntime${executable_suffix}" ]
outputs = [ "$root_out_dir/dart_precompiled_runtime${executable_suffix}" ]
}

dart_executable("dartaotruntime") {
extra_configs = [
"..:dart_aotruntime_config",
Expand Down

0 comments on commit c65057e

Please sign in to comment.