Browse Source

Make the cc wkt proto target public.

Jisi Liu 10 năm trước cách đây
mục cha
commit
6a40bf89d3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      BUILD

+ 1 - 0
BUILD

@@ -157,6 +157,7 @@ cc_proto_library(
     internal_bootstrap_hack = 1,
     protoc = ":protoc",
     default_runtime = ":protobuf",
+    visibility = ["//visibility:public"],
 )
 
 ################################################################################