Merge pull request #18679 from rockwotj/patch-1

Expose root_certificates in BUILD file
pull/18702/head
Nicolas Noble 6 years ago committed by GitHub
commit 8ca65231e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      BUILD

@ -2470,3 +2470,11 @@ grpc_cc_library(
)
grpc_generate_one_off_targets()
filegroup(
name = "root_certificates",
srcs = [
"etc/roots.pem",
],
visibility = ["//visibility:public"],
)

Loading…
Cancel
Save