blob: 0e85f19fe8b46385813a160d6d742bcbca287c38 [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",
]
}