From 9cc980aa227cbd3d05024a7127a18ddc822d05a0 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 26 Aug 2021 13:04:37 -0700 Subject: [PATCH] Add visibility tag for census (#27144) --- BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD b/BUILD index 1feca9e686b..9a67a3bb652 100644 --- a/BUILD +++ b/BUILD @@ -599,6 +599,7 @@ grpc_cc_library( public_hdrs = [ "include/grpc/census.h", ], + visibility = ["@grpc:public"], deps = [ "gpr_base", "grpc_base_c",