Skip to content

Commit

Permalink
Enable toolchain resolution for filegroup targets.
Browse files Browse the repository at this point in the history
Fixes #12899.

Closes #12901.

PiperOrigin-RevId: 354087352
  • Loading branch information
katre authored and philwo committed Mar 15, 2021
1 parent e75b950 commit f966749
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 f966749

Please sign in to comment.