blob: 17deab6001839aaf06296918c767855a30b3d0f7 [file]
# Copyright 2023 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/bazel/assembly/bazel_board_configuration.gni")
assert(current_toolchain == default_toolchain,
"The qemu-arm64 board can only be defined in the default toolchain.")
assert(current_cpu == "arm64",
"The qemu-arm64 board can only be defined in an arm64 toolchain.")
bazel_board_configuration("qemu-arm64") {
testonly = true
bazel_board_configuration_target = "//boards/qemu-arm64"
deps = [ ":qemu-arm64.bazel_input" ]
}
group("qemu-arm64.bazel_input") {
testonly = true
deps = [
"//boards/arm64:main_bundle.bazel_inputs",
"//boards/emulation/virtio:virtio.bazel_inputs",
]
}