[VM] Exclude runtime/bin:precompiler_entry_points_json from being generated for ia32/dbc

Change-Id: Ibd0b478e32a518804e5015ea3468ce8fca745933
Reviewed-on: https://dart-review.googlesource.com/43962
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
This commit is contained in:
Martin Kustermann 2018-02-27 10:57:47 +00:00 committed by commit-bot@chromium.org
parent e7830a9f7b
commit 105b426cf6

View file

@ -48,9 +48,11 @@ group("runtime") {
]
}
target_supports_aot = target_cpu == "arm" || target_cpu == "arm64" || target_cpu == "x64"
group("runtime_kernel") {
import("runtime/runtime_args.gni")
target_supports_aot = dart_target_arch == "arm" || dart_target_arch == "arm64" || dart_target_arch == "x64"
if (targetting_fuchsia) {
# Fuchsia has run_vm_tests marked testonly.
testonly = true