blob: 770ee92064ea77e0767fed727e2c15a5ab1e6a5d [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_zircon_ethernet_fake_lib") {
name = "fidlext/zircon/ethernet"
deps = [
"//zircon/public/fidl/zircon-ethernet($go_toolchain)",
]
}