Sign in
pigweed
/
third_party
/
github
/
rules-proto-grpc
/
rules_proto_grpc
/
f0159ebc4519f5a32345afe8856dfb096de55c87
/
.
/
python
/
python_proto_compile.bzl
blob: 3cbf4257602f2a44b1af436d5a4b9eb812a8766b [
file
]
load
(
"//:compile.bzl"
,
"proto_compile"
)
def
python_proto_compile
(**
kwargs
):
# Append the python plugins and call generic compile
kwargs
[
"plugins"
]
=
kwargs
.
get
(
"plugins"
,
[])
+
[
Label
(
"//python:python"
),
]
proto_compile
(**
kwargs
)