blob: 07ee480c67c2fb6fa60680697c0f0c89b004d5c0 [file]
load("//:compile.bzl", "proto_compile")
def php_grpc_compile(**kwargs):
proto_compile(
plugins = [
str(Label("//php:php")),
str(Label("//php:grpc_php")),
],
**kwargs
)