mirror of https://github.com/grpc/grpc-java.git
bazel: Add comment for public protoc plugin
The 3rd-party rules_proto project is referencing our compiler directly and not using our java_grpc_library. This target is fine for them to use (although we'd prefer using our java_grpc_library), but most users shouldn't be touching it. Related to #5942 and #5947
This commit is contained in:
parent
f67aa4e305
commit
46ef51576f
|
|
@ -1,5 +1,6 @@
|
||||||
load("//:java_grpc_library.bzl", "java_rpc_toolchain")
|
load("//:java_grpc_library.bzl", "java_rpc_toolchain")
|
||||||
|
|
||||||
|
# This should not generally be referenced. Users should use java_grpc_library
|
||||||
cc_binary(
|
cc_binary(
|
||||||
name = "grpc_java_plugin",
|
name = "grpc_java_plugin",
|
||||||
srcs = [
|
srcs = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue