blob: 28caf3ee36d3ce21fb729e2269679c9927d443c5 [file] [log] [blame]
# 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_library.gni")
import("//build/go/toolchain.gni")
go_library("fidlext_fuchsia_hardware_ethernet_fake_lib") {
name = "fidlext/fuchsia/hardware/ethernet"
deps = [
"//zircon/public/fidl/fuchsia-hardware-ethernet($go_toolchain)",
]
}