blob: 4f33428ab8c93ed86fd39aa40f2570fb858aecfb [file] [log] [blame]
# Copyright 2022 The Fuchsia Authors.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Identical to the `minimal` product configuration, except that it layers on a session component
# that allows for some basic functional testing. Needed because no remote-control or testing
# infrastructure is included in the minimal product, as one of its purposes is to use as few
# resources as possible.
import("//products/minimal.gni")
fuchsia_product_assembly_config_label = "//products/tests:minimal_boot_user"
legacy_universe_package_labels += [
# E2E Product Tests. They don't produce fuchsia packages, but host
# executables, and must just be included somewhere in the build configuration
# of the product.
"//src/tests/memory_budget:tests",
]
product_bootfs_labels +=
[ "//src/sys/component_manager:component_manager_bootfs_config" ]