1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-05 09:20:04 +00:00

[VM] Make runtime-kernel the default build target. This ensures that kernel_services snapshot is built and available.

Change-Id: I023529fe11f3ad5d199faff409a43f83e51cced2
Reviewed-on: https://dart-review.googlesource.com/54634
Reviewed-by: Zach Anderson <zra@google.com>
This commit is contained in:
asiva 2018-05-14 14:59:43 +00:00 committed by Siva Annamalai
parent 02cd63eefd
commit 0e9c22485b

View File

@ -13,7 +13,7 @@ group("default") {
testonly = true
}
deps = [
":runtime",
":runtime_kernel",
]
}