blob: 2bcaab44c3ff9f8433cc34857005d068c12238ed [file]
load("//:plugin.bzl", "proto_plugin")
# The outputs for a php invocation MUST be given explicitly at the rule level.
proto_plugin(
name = "php",
visibility = ["//visibility:public"],
)
proto_plugin(
name = "grpc_php",
tool = "@com_github_grpc_grpc//:grpc_php_plugin",
visibility = ["//visibility:public"],
)