Skip to content

Commit ee9788b

Browse files
committed
fixup: BUILD.bazel
1 parent 9323525 commit ee9788b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

BUILD.bazel

+6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ java_proto_library(
6565
deps = [":control_proto"],
6666
)
6767

68+
proto_library(
69+
name = "xdsconfig",
70+
srcs = ["grpc/testing/xdsconfig/xdsconfig.proto"],
71+
deps = ["@com_google_protobuf//:any_proto"],
72+
)
73+
6874
proto_library(
6975
name = "report_qps_scenario_service_proto",
7076
srcs = ["grpc/testing/report_qps_scenario_service.proto"],

0 commit comments

Comments
 (0)