aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/BUILD
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-07-28 15:08:24 -0700
committerGravatar Vijay Pai <vpai@google.com>2017-07-30 23:53:27 -0700
commit4280725bb35f71a8b402f08ccd69ca85e0deb05e (patch)
tree5528d9872721b0fd73242b490ac2a0b4f7c13204 /test/cpp/util/BUILD
parente5cd1765ffbdaf2badff71ecee5f464a2a924f72 (diff)
Clean up grpc++_unsecure so that it doesn't require secure content anymore
Diffstat (limited to 'test/cpp/util/BUILD')
-rw-r--r--test/cpp/util/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD
index 33240f6f69..c9b0d6c1df 100644
--- a/test/cpp/util/BUILD
+++ b/test/cpp/util/BUILD
@@ -30,6 +30,7 @@ grpc_cc_binary(
name = "testso.so",
srcs = [],
linkshared = 1,
+ linkopts = ['-Wl,--no-undefined'],
deps = ["//:grpc++_unsecure"],
)