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