blob: 44f2f134ea27a6a6c65900c4ab2fe96db2327de0 [file]
# 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.
group("bootstrap") {
deps = [
"//src/storage/bin/blobfs",
"//src/storage/bin/blobfs-component:bootfs",
"//src/storage/bin/fsck",
"//src/storage/bin/minfs",
"//src/storage/bin/mkfs",
"//src/storage/blobfs:decompressor-sandbox",
"//src/storage/fshost:bootfs",
]
}
group("debugging") {
deps = [
"//src/storage/bin/dd",
"//src/storage/bin/df",
"//src/storage/bin/mount",
"//src/storage/bin/storage-metrics",
"//src/storage/bin/umount",
]
}