blob: d723a7eff942231d8db0868a06d0208232321adb [file] [log] [blame]
# Copyright 2025 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")
go_library("proto_lib") {
source_dir = "proto"
sources = [ "metadata.pb.go" ]
deps = [ "//third_party/golibs:google.golang.org/protobuf" ]
non_go_deps = [ "proto:metadata" ]
}