diff --git a/go/BUILD.bazel b/go/BUILD.bazel new file mode 100644 index 0000000000..c1cb8d7dba --- /dev/null +++ b/go/BUILD.bazel @@ -0,0 +1,5 @@ +filegroup( + name = "go_features_proto_srcs", + srcs = ["go_features.proto"], + visibility = ["//:__subpackages__"], +) diff --git a/pkg/BUILD.bazel b/pkg/BUILD.bazel index 92849558fa..792f11c155 100644 --- a/pkg/BUILD.bazel +++ b/pkg/BUILD.bazel @@ -16,6 +16,7 @@ pkg_files( name = "wkt_protos_files", srcs = [ "//:well_known_type_protos", + "//go:go_features_proto_srcs", "//java/core:java_features_proto_srcs", "//src/google/protobuf:cpp_features_proto_srcs", "//src/google/protobuf:descriptor_proto_srcs",