No public description

PiperOrigin-RevId: 559466191
This commit is contained in:
Nevena Kotlaja 2023-08-23 10:14:42 -07:00 committed by Copybara-Service
parent 2ebdb01d43
commit 8689f4f595

View File

@ -124,6 +124,7 @@ def _encode_binary_proto_impl(ctx):
command = "${@:3} < $1 > $2", command = "${@:3} < $1 > $2",
arguments = [args], arguments = [args],
mnemonic = "EncodeProto", mnemonic = "EncodeProto",
toolchain = None,
) )
output_depset = depset([binarypb]) output_depset = depset([binarypb])