Add missing dependency for tsi_alts_credentials. (#32340)

While creating an internal CL that depends directly on
tsi_alts_credentials, I was getting linker errors saying ` error:
backward reference detected: grpc_channel_credentials_release`, because
`alts_tsi_handshaker.cc` uses the `grpc_channel_credentials_release`
API, which is defined in the `grpc_security_base` target.
pull/32411/head
Matthew Stevenson 2 years ago committed by GitHub
parent ffe3968d0b
commit 49b5dfc14f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      BUILD

@ -3147,6 +3147,7 @@ grpc_cc_library(
"alts_util",
"gpr",
"grpc_base",
"grpc_security_base",
"tsi_alts_frame_protector",
"tsi_base",
"//src/core:channel_args",

Loading…
Cancel
Save