Skip to content

Commit 945dc39

Browse files
authored
proto_compile: remove use of ctx.resolve_tools (#393)
Should no longer be required
1 parent 2876253 commit 945dc39

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

rules/proto_compile.bzl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,6 @@ def _proto_compile_impl(ctx):
212212
if plugin_tool:
213213
tools.append(plugin_tool)
214214

215-
# const <depset<File>, <list<opaque>>
216-
plugin_runfiles, plugin_input_manifests = ctx.resolve_tools(tools = [plugin.tool_target])
217-
if plugin_input_manifests:
218-
input_manifests.extend(plugin_input_manifests)
219-
tools += plugin_runfiles.to_list()
220-
221215
# If Windows, mangle the path.
222216
plugin_tool_path = plugin_tool.path
223217
if is_windows(ctx):

0 commit comments

Comments
 (0)