Skip to content

Commit c65057e

Browse files
a-sivaCommit Queue
authored andcommitted
[SDK] Remove build rule for dart_precompiled_runtime
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]>
1 parent ae0b50d commit c65057e

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

runtime/bin/BUILD.gn

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -903,23 +903,6 @@ dart_executable("dart") {
903903
}
904904
}
905905

906-
# This rule is here to ensure benchmark suites do not break, it can be
907-
# removed once the benchmark suites are updated.
908-
group("dart_precompiled_runtime") {
909-
deps = [
910-
":copy_dart_precompiled_runtime",
911-
":dartaotruntime",
912-
]
913-
}
914-
915-
copy("copy_dart_precompiled_runtime") {
916-
visibility = [ ":dart_precompiled_runtime" ]
917-
deps = [ ":dartaotruntime" ]
918-
src_dir = get_label_info(":dartaotruntime", "root_out_dir")
919-
sources = [ "$src_dir/dartaotruntime${executable_suffix}" ]
920-
outputs = [ "$root_out_dir/dart_precompiled_runtime${executable_suffix}" ]
921-
}
922-
923906
dart_executable("dartaotruntime") {
924907
extra_configs = [
925908
"..:dart_aotruntime_config",

0 commit comments

Comments
 (0)