aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2015-11-17 12:36:21 -0800
committerJisi Liu <jisi.liu@gmail.com>2015-11-17 12:37:56 -0800
commit6a40bf89d3a059c93c7e9c71a1e2bde93c6a7d4e (patch)
treedf38791e5093e29c66230d72313190e07b9ccca4 /BUILD
parentd4bef7d41b684adddd77bc255407ac968f0c163e (diff)
downloadprotobuf-6a40bf89d3a059c93c7e9c71a1e2bde93c6a7d4e.tar.gz
protobuf-6a40bf89d3a059c93c7e9c71a1e2bde93c6a7d4e.tar.bz2
protobuf-6a40bf89d3a059c93c7e9c71a1e2bde93c6a7d4e.zip
Make the cc wkt proto target public.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index f374e8a9..7c09605f 100644
--- a/BUILD
+++ b/BUILD
@@ -157,6 +157,7 @@ cc_proto_library(
internal_bootstrap_hack = 1,
protoc = ":protoc",
default_runtime = ":protobuf",
+ visibility = ["//visibility:public"],
)
################################################################################