blob: 68912125e16785a98d56df2d8e43bcd41449f5e0 [file] [log] [blame] [edit]
# Copyright 2018 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/go/go_binary.gni")
import("//build/host.gni")
go_binary("fidlgen") {
gopackage = "fidl/compiler/backend"
sdk_category = "partner"
go_dependencies = [
{
package = "fidl"
},
]
}
install_host_tools("fidl") {
deps = [
":fidlgen",
]
outputs = [
"fidlgen",
]
}