blob: 2a21e06d842cae4c37967f94619007647cc01d7e [file] [log] [blame]
# Copyright 2019 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.
# ________ _________ ________ ________
# |\ ____\|\___ ___\\ __ \|\ __ \
# \ \ \___|\|___ \ \_\ \ \|\ \ \ \|\ \
# \ \_____ \ \ \ \ \ \ \\\ \ \ ____\
# \|____|\ \ \ \ \ \ \ \\\ \ \ \___|
# ____\_\ \ \ \__\ \ \_______\ \__\
# |\_________\ \|__| \|_______|\|__|
# \|_________|
#
# Every new addition to this gni file is an instance of tech-debt that must be
# cleaned up to have a proper platform+product interface. Instead add new items
# to the the board definition in:
#
# //boards/qemu-arm64/BUILD.gn
import("common/arm64-common.gni")
# Board configuration for Product Assembly
board_configuration_label = "//boards/qemu-arm64"
board_name = "qemu-arm64"
add_qemu_to_build_archives = true
# Supports only virtual devices.
board_is_emu = true
board_is_phys = false
partitions_config_label = "//boards/partitions:default"