aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/protobuf/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/protobuf/BUILD b/src/main/protobuf/BUILD
index 6b543fcc8b..f700ffbe76 100644
--- a/src/main/protobuf/BUILD
+++ b/src/main/protobuf/BUILD
@@ -82,6 +82,11 @@ java_library_srcs(
)
cc_proto_library(
+ name = "desugar_deps_cc_proto",
+ deps = [":desugar_deps_proto"],
+)
+
+cc_proto_library(
name = "worker_protocol_cc_proto",
deps = [":worker_protocol_proto"],
)