blob: 531c80c6083ff769cf348f1f84594f1efab2ec38 [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.
import("$zx/public/gn/prebuilt_host_tool.gni")
# Used by banjo_library() in a host_tool_action() to supply a GN target for redirection
# to prebuilt_host_tool() or host_tool().
prebuilt_host_tool("compiler") {
script = "$zx/prebuilt/downloads/banjo/banjo_bin"
}