Merge pull request #982 from pherl/bazel_test

Make the cc wkt proto target public.
This commit is contained in:
Jisi Liu 2015-11-17 12:44:29 -08:00
commit 6a3d6d9fd5

1
BUILD
View File

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