blob: 614f7cc165e6159efea02f6f64de754df1ca0151 [file] [log] [blame]
# Copyright 2020 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() {
# A list of binary labels to include in ZBIs built for this product.
product_bootfs_labels = []
# A list of binary labels to include in the system_image package.
product_system_image_deps = []
# Include update package in blob.blk. Some products may not need the update
# package included as part of the blobfs.
# TODO(fxbug.dev/58645) Remove when no longer needed.
product_include_updates_in_blobfs = true
}