blob: 380c23f351a9eb3943a5683817c9f7d8f3b183ae [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.
import("//build/config/fuchsia/zircon.gni")
# Lists tools migrated from Zircon.
# This is to make the tools available via a build API.
group("tools") {
deps = [
"//zircon/third_party/uapp/mkfs-msdosfs($host_toolchain)",
"//zircon/tools/blobfs($host_toolchain)",
"//zircon/tools/fvm($host_toolchain)",
"//zircon/tools/kazoo($host_toolchain)",
"//zircon/tools/minfs($host_toolchain)",
"//zircon/tools/merkleroot($host_toolchain)",
"//zircon/tools/xdc-server($host_toolchain)",
]
if (host_os == "linux") {
deps += [ "//zircon/tools/mtd-redundant-storage($host_toolchain)" ]
}
}