commit | 6a40bf89d3a059c93c7e9c71a1e2bde93c6a7d4e | [log] [tgz] |
---|---|---|
author | Jisi Liu <jisi.liu@gmail.com> | Tue Nov 17 12:36:21 2015 -0800 |
committer | Jisi Liu <jisi.liu@gmail.com> | Tue Nov 17 12:37:56 2015 -0800 |
tree | df38791e5093e29c66230d72313190e07b9ccca4 | |
parent | d4bef7d41b684adddd77bc255407ac968f0c163e [diff] |
Make the cc wkt proto target public.
diff --git a/BUILD b/BUILD index f374e8a..7c09605 100644 --- a/BUILD +++ b/BUILD
@@ -157,6 +157,7 @@ internal_bootstrap_hack = 1, protoc = ":protoc", default_runtime = ":protobuf", + visibility = ["//visibility:public"], ) ################################################################################