[build] Add DDS to //:runtime for pkg/vm_service tests.
Cf. 42a55d9d79
Change-Id: I1ea2edaea292ff84377baf5b72d214fe81bd7a81
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/422820
Reviewed-by: Alexander Aprelev <aam@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
committed by
Commit Queue
parent
42a55d9d79
commit
6375844499
@@ -54,12 +54,19 @@ group("runtime") {
|
||||
]
|
||||
|
||||
# The following dependencies allow dartdev to start the resident frontend
|
||||
# server.
|
||||
# server and DDS.
|
||||
if (dart_target_arch != "ia32" && dart_target_arch != "x86") {
|
||||
deps += [ "utils/kernel-service:frontend_server_aot_product" ]
|
||||
deps += [ "runtime/bin:dartaotruntime_product" ]
|
||||
deps += [
|
||||
"runtime/bin:dartaotruntime",
|
||||
"runtime/bin:dartaotruntime_product",
|
||||
"utils/dds:dds_aot",
|
||||
"utils/kernel-service:frontend_server_aot_product",
|
||||
]
|
||||
} else {
|
||||
deps += [ "utils/kernel-service:frontend_server" ]
|
||||
deps += [
|
||||
"utils/dds:dds",
|
||||
"utils/kernel-service:frontend_server",
|
||||
]
|
||||
}
|
||||
|
||||
# AOT samples use dlopen to load AOT snapshots and it works only on
|
||||
|
||||
Reference in New Issue
Block a user