Merge pull request #18297 from lidizheng/backport-fix

Backport "Add the missing grpc_cfstream dependency" to v1.19.x
pull/18301/head
Lidi Zheng 6 years ago committed by GitHub
commit 67765d9f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      BUILD

@ -297,6 +297,7 @@ grpc_cc_library(
public_hdrs = GRPC_PUBLIC_HDRS + GRPC_SECURE_PUBLIC_HDRS,
standalone = True,
deps = [
"grpc_cfstream",
"grpc_common",
"grpc_lb_policy_grpclb_secure",
"grpc_lb_policy_xds_secure",

Loading…
Cancel
Save