blob: e985da2273e80361ded3fc51ae9eb5404a55fa0a [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 = [ "//sdk/fidl/fuchsia.hardware.ethernet($go_toolchain)" ]
}