From 81522c8ebeb97e906f2f0ece1b15266434c364af Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Tue, 1 Aug 2017 16:07:33 -0700 Subject: Add unsecure libraries to bazel build targets --- test/cpp/common/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cpp/common') diff --git a/test/cpp/common/BUILD b/test/cpp/common/BUILD index bd1173322a..be9c279f13 100644 --- a/test/cpp/common/BUILD +++ b/test/cpp/common/BUILD @@ -27,7 +27,7 @@ grpc_cc_test( name = "alarm_cpp_test", srcs = ["alarm_cpp_test.cc"], deps = [ - "//:grpc++", + "//:grpc++_unsecure", "//test/core/util:gpr_test_util", ], external_deps = [ -- cgit v1.2.3