Skip to content

Commit a1eb5ff

Browse files
author
anurag.ag
committed
Adds commons dependency to BUILD
1 parent ccd4f75 commit a1eb5ff

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • api/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3

api/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")
55
licenses(["notice"]) # Apache 2
66

77
api_proto_package(
8-
deps = ["@com_github_cncf_xds//udpa/annotations:pkg"],
8+
deps = [
9+
"//envoy/extensions/load_balancing_policies/common/v3:pkg",
10+
"@com_github_cncf_udpa//udpa/annotations:pkg",
11+
]
912
)

0 commit comments

Comments
 (0)