| # Copyright 2026 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/bazel/bazel_host_tool.gni") | |
| assert(is_host, "bazel_host_tool() can only be called in a host toolchain.") | |
| bazel_host_tool("bundle_fetcher") { | |
| bazel_target = ":bundle_fetcher" | |
| bazel_output_path = "{{BAZEL_TARGET_OUT_DIR}}/bundle_fetcher_/bundle_fetcher" | |
| install_host_tool = true | |
| } |