Visibility change to orphanable for xds_client_core (#31161)

pull/30553/head^2
Allan Boll 2 years ago committed by GitHub
parent fcf8e2431c
commit b302281364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      BUILD

@ -1353,7 +1353,10 @@ grpc_cc_library(
name = "orphanable",
language = "c++",
public_hdrs = ["src/core/lib/gprpp/orphanable.h"],
visibility = ["@grpc:client_channel"],
visibility = [
"@grpc:client_channel",
"@grpc:xds_client_core",
],
deps = [
"debug_location",
"gpr_platform",

Loading…
Cancel
Save