# 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. | |
import("arm64.gni") | |
add_qemu_to_build_archives = true | |
# Supports only virtual devices. | |
board_is_emu = true | |
board_is_phys = false |