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