blob: bdcb7f783188b47dae0a475f5f34eb0e58381c19 [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",
"banjo",
"bootserver",
"fidl:tools",
"kernel-buildsig",
"loglistener",
"merkleroot",
"netprotocol",
"runtests",
"xdc-server",
"zbi",
]
}