Make //compiler:grpc_java_plugin publicly visible again

Prior to 745aa0a2f5, this target was
visible publicly.
This commit is contained in:
Adam Liddell 2019-07-02 10:57:30 +00:00 committed by Eric Anderson
parent 2548bcd7c7
commit f67aa4e305
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ cc_binary(
deps = [ deps = [
"@com_google_protobuf//:protoc_lib", "@com_google_protobuf//:protoc_lib",
], ],
visibility = ["//visibility:public"],
) )
java_library( java_library(