We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2876253 commit 945dc39Copy full SHA for 945dc39
rules/proto_compile.bzl
@@ -212,12 +212,6 @@ def _proto_compile_impl(ctx):
212
if plugin_tool:
213
tools.append(plugin_tool)
214
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
-
221
# If Windows, mangle the path.
222
plugin_tool_path = plugin_tool.path
223
if is_windows(ctx):
0 commit comments