blob: 28174d3bf49ac21a40e14b795402e96f6695999a [file] [log] [blame]
# Copyright 2017 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.
declare_args() {
# Board name used for paving and amber updates.
board_name = ""
# A list of package labels to include in the 'base' package set. Used by the
# board definition rather than the product definition.
board_package_labels = []
# A list of bootfs manifest labels to include in the ZBI.
board_bootfs_labels = []
# List of kernel command line this board to bake into the boot image that are
# required by this board. See also kernel_cmdline_args in
# //build/images/BUILD.gn
board_kernel_cmdline_args = []
# List of kernel command line arguments to bake into the zedboot image that are
# required by this board. See also zedboot_cmdline_args in
# //build/images/zedboot/BUILD.gn
board_zedboot_cmdline_args = []
}