Browse Source

Make the cc wkt proto target public.

Jisi Liu 10 years ago
parent
commit
6a40bf89d3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      BUILD

+ 1 - 0
BUILD

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