aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/build_rules/genproto.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_rules/genproto.bzl b/tools/build_rules/genproto.bzl
index 1da0447f13..1dede57ee7 100644
--- a/tools/build_rules/genproto.bzl
+++ b/tools/build_rules/genproto.bzl
@@ -100,7 +100,7 @@ def cc_grpc_library(name, src):
name = name,
srcs = [basename + ".grpc.pb.cc", basename + ".pb.cc"],
hdrs = [basename + ".grpc.pb.h", basename + ".pb.h"],
- deps = [str(Label("//third_party/grpc:grpc++"))],
+ deps = [str(Label("//third_party/grpc:grpc++_unsecure"))],
includes = ["."])
# TODO(bazel-team): support proto => proto dependencies too