blob: 9b699eea924c02002e40b9733fe2ef9fd1a79c81 [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.
# 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" ]
}