Skip to content

Commit

Permalink
Add runfiles to build_tools (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe authored Dec 19, 2021
1 parent 029314b commit e3a12c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foreign_cc/built_tools/private/built_tools_framework.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def built_tool_rule_impl(ctx, script_lines, out_dir, mnemonic):
)

return [
DefaultInfo(files = depset([out_dir])),
DefaultInfo(files = depset([out_dir]), runfiles = ctx.runfiles(files = [out_dir])),
OutputGroupInfo(
log_file = depset([wrapped_outputs.log_file]),
script_file = depset([wrapped_outputs.script_file]),
Expand Down

0 comments on commit e3a12c7

Please sign in to comment.