blob: 4688954ca5407f8cc6c0a46ca3727d3aeaa1da11 [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/fvm($host_toolchain)",
]
}