| # 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. | |
| target_cpu = "arm64" | |
| board_name = "qemu-arm64" | |
| board_package_labels = [ | |
| # Include all drivers for now. | |
| "//garnet/packages/prod:drivers", | |
| ] | |
| max_fuchsia_zbi_size = "16777216" # 16 MiB | |
| max_zedboot_zbi_size = "16777216" # 16 MiB |