diff --git a/BUILD b/BUILD index efb2b677..128f9dc6 100644 --- a/BUILD +++ b/BUILD @@ -1,6 +1,6 @@ # DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py. -load("@rules_proto//proto:defs.bzl", "proto_library") +load("@rules_proto//proto:defs.bzl", "proto_descriptor_set", "proto_library") licenses(["notice"]) # Apache 2 @@ -323,3 +323,12 @@ filegroup( ], visibility = ["//visibility:public"], ) + +proto_descriptor_set( + name = "v3_proto_set", + visibility = ["//visibility:public"], + deps = [ + ":v3_protos", + ":xds_protos", + ], +)