aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2018-08-24 09:34:58 -0700
committerGravatar GitHub <noreply@github.com>2018-08-24 09:34:58 -0700
commit35479b8a80c9c47937dbda2dfe173fc2c3b91873 (patch)
tree7452b6a53fb47fa8b392f9e990667d0806c31d64 /BUILD
parent088454b0b16894c90416d5d5ec6e202aaf73a3c7 (diff)
parent571109e40030548a17ea10ff208a1dec6b79f8a3 (diff)
Merge pull request #16358 from muxi/privatize-boringssl
Make symbols of BoringSSL private
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index b59170e05e..e1b00a5cf0 100644
--- a/BUILD
+++ b/BUILD
@@ -1549,6 +1549,7 @@ grpc_cc_library(
"grpc_base",
"grpc_transport_chttp2_alpn",
"tsi",
+ "grpc_shadow_boringssl",
],
)
@@ -1809,6 +1810,7 @@ grpc_cc_library(
"gpr",
"grpc_base",
"tsi_interface",
+ "grpc_shadow_boringssl",
],
)
@@ -1905,6 +1907,7 @@ grpc_cc_library(
"grpc_base",
"grpc_transport_chttp2_client_insecure",
"tsi_interface",
+ "grpc_shadow_boringssl",
],
)
@@ -2160,4 +2163,11 @@ grpc_cc_library(
],
)
+grpc_cc_library(
+ name = "grpc_shadow_boringssl",
+ hdrs = [
+ "src/core/tsi/grpc_shadow_boringssl.h",
+ ],
+)
+
grpc_generate_one_off_targets()