# 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("common/x64-common.gni") | |
target_cpu = "x64" | |
board_name = "qemu-x64" | |
add_qemu_to_build_archives = true | |
board_package_labels += [ "//src/factory/factory_store_providers/config/qemu" ] |