Skip to content

Commit

Permalink
Enable toolchain resolution for filegroup targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
katre committed Jan 26, 2021
1 parent 1165182 commit 772c2a9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public RuleClass build(RuleClass.Builder builder, RuleDefinitionEnvironment env)
attr("path", STRING)
.undocumented(
"only used to expose FilegroupPathProvider, which is not currently used"))
.useToolchainResolution(false)
.build();
}

Expand Down

0 comments on commit 772c2a9

Please sign in to comment.