| # 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. | |
| # This target contains elements that are present on the boot partition of all | |
| # products. | |
| group("bootstrap") { | |
| deps = [ | |
| "//src/sys/bootstrap:root_manifests", | |
| "//src/sys/component_manager:bootfs", | |
| ] | |
| } | |
| group("debugging") { | |
| deps = [ "//src/sys/bin/psutils" ] | |
| } |