From 8689f4f59521bee08ee563d72a387c46d3838603 Mon Sep 17 00:00:00 2001 From: Nevena Kotlaja Date: Wed, 23 Aug 2023 10:14:42 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 559466191 --- mediapipe/framework/encode_binary_proto.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/mediapipe/framework/encode_binary_proto.bzl b/mediapipe/framework/encode_binary_proto.bzl index e0e9ae68..bf7f0583 100644 --- a/mediapipe/framework/encode_binary_proto.bzl +++ b/mediapipe/framework/encode_binary_proto.bzl @@ -124,6 +124,7 @@ def _encode_binary_proto_impl(ctx): command = "${@:3} < $1 > $2", arguments = [args], mnemonic = "EncodeProto", + toolchain = None, ) output_depset = depset([binarypb])