blob: 574a4a4d3d0541f956564ae91c9d5b4506a9d787 [file] [log] [blame]
# Copyright 2019 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 covers all the host tools intended to be used directly by developers.
# Not listed here are tools whose only use is via GN rules in this build,
# such as abigen.
group("tools") {
testonly = true
deps = [
"$zx/third_party/uapp/mkfs-msdosfs",
"blobfs",
"bootserver",
"fidl:tools",
"fvm",
"h2md",
"kernel-buildsig",
"ktrace-dump",
"loglistener",
"merkleroot",
"minfs",
"netprotocol",
"runtests",
"xdc-server",
"zbi",
]
if (current_os == "linux") {
deps += [ "mtd-redundant-storage" ]
}
}