blob: fe0a35fc1a308f4be070eb498cca4c1072985d7c [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",
"//src/sys/component_manager:bootfs",
"//src/sys/live_usb:bootfs",
]
}
group("debugging") {
deps = [ "//src/sys/bin/psutils" ]
}