aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr
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 /test/core/iomgr
parent088454b0b16894c90416d5d5ec6e202aaf73a3c7 (diff)
parent571109e40030548a17ea10ff208a1dec6b79f8a3 (diff)
Merge pull request #16358 from muxi/privatize-boringssl
Make symbols of BoringSSL private
Diffstat (limited to 'test/core/iomgr')
-rw-r--r--test/core/iomgr/ios/CFStreamTests/Podfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/iomgr/ios/CFStreamTests/Podfile b/test/core/iomgr/ios/CFStreamTests/Podfile
index 630168a363..e6ec66d549 100644
--- a/test/core/iomgr/ios/CFStreamTests/Podfile
+++ b/test/core/iomgr/ios/CFStreamTests/Podfile
@@ -9,6 +9,7 @@ GRPC_LOCAL_SRC = '../../../../..'
# Install the dependencies in the main target plus all test targets.
target 'CFStreamTests' do
pod 'gRPC-Core/CFStream-Implementation', :path => GRPC_LOCAL_SRC
+ pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c", :inhibit_warnings => true
end
pre_install do |installer|