commit | 950f5e42054bdc7a5beeeabf6e839aa4296786ce | [log] [tgz] |
---|---|---|
author | James O'Kane <jo2y@midnightlinux.com> | Thu Mar 08 22:30:44 2018 -0800 |
committer | James O'Kane <jo2y@midnightlinux.com> | Thu Mar 08 22:30:44 2018 -0800 |
tree | f49afae54a91c250f2db7eeb992d18ed94c2a12e | |
parent | 6dd563a674a3ce9bf846decdfcbea50f6d2d6aaa [diff] [blame] |
Replace //:protoc and similar default macro arguments with @com_google_protobuf prefixed versions. This allows them to work in 3rd party repositories. Fix a bad visibility rule. :hidden does not exist, but :private does.
diff --git a/BUILD b/BUILD index ee81c75..069b28e 100644 --- a/BUILD +++ b/BUILD
@@ -254,7 +254,7 @@ srcs = WELL_KNOWN_PROTOS, dest = "", strip_prefix = "src", - visibility = ["//visibility:hidden"], + visibility = ["//visibility:private"], ) [proto_library(