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 2ee3c2b commit 47de281
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public RuleClass build(RuleClass.Builder builder, RuleDefinitionEnvironment env)
attr("path", STRING)
.undocumented(
"only used to expose FilegroupPathProvider, which is not currently used"))
.useToolchainResolution(false)
.useToolchainResolution(true)
.build();
}

Expand Down

0 comments on commit 47de281

Please sign in to comment.