From 578dc32208ec3a914b0cbe7e46eb2d71a43b3baa Mon Sep 17 00:00:00 2001 From: Anna R Date: Thu, 9 Jan 2020 14:19:39 -0800 Subject: [PATCH] Set port visibility to public. --- BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD b/BUILD index aa89267cf3..1b7f2a77a1 100644 --- a/BUILD +++ b/BUILD @@ -63,6 +63,7 @@ cc_library( srcs = [ "upb/port.c", ], + visibility = ["//visibility:public"], ) cc_library(