aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Tamas Berghammer <tberghammer@google.com>2016-06-21 13:27:58 +0100
committerGravatar Tamas Berghammer <tberghammer@google.com>2016-06-21 13:27:58 +0100
commitea74f915771c0665daea12004f99cc50a11cbfbd (patch)
tree7f18fa5c212a3153100910eda6bb5469aaaa9d91 /BUILD
parent5988716d9d6e33cd59631865527d73d3caa87387 (diff)
Remove an unneccessary dependency from grpc++_base
Previously grpc++_base was dependning on grpc what caused a transitive dependency on ssl for grpc++_unsecure. Removing the grpc dependency shouldn't cause any issue as grpc++_base is a filegroup and all library using it already depends on grpc directly. This fixes https://github.com/grpc/grpc/issues/6784
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index ac0eb8e403..1627f7233f 100644
--- a/BUILD
+++ b/BUILD
@@ -1594,7 +1594,6 @@ cc_library(
"//external:protobuf_clib",
":gpr",
":grpc_unsecure",
- ":grpc",
],
)