Add visibility tag to grpc++_error_details (#26666)

pull/26668/head
Craig Tiller 4 years ago committed by GitHub
parent d9d1714803
commit 8adc6c8e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      BUILD

@ -511,6 +511,7 @@ grpc_cc_library(
],
language = "c++",
standalone = True,
visibility = ["@grpc:public"],
deps = [
"grpc++",
],

Loading…
Cancel
Save