Browse Source

Merge pull request #982 from pherl/bazel_test

Make the cc wkt proto target public.
Jisi Liu 10 năm trước cách đây
mục cha
commit
6a3d6d9fd5
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"],
 )
 
 ################################################################################