Skip to content

Commit

Permalink
Fix --use_top_level_targets_for_symlinks with aliases
Browse files Browse the repository at this point in the history
Fixes #14602
  • Loading branch information
keith committed Apr 22, 2022
1 parent df96163 commit fc11632
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ private ImmutableList<ConvenienceSymlink> createConvenienceSymlinks(
Set<BuildConfigurationValue> targetConfigurations =
buildRequestOptions.useTopLevelTargetsForSymlinks()
? analysisResult.getTargetsToBuild().stream()
.map(ConfiguredTarget::getActual)
.map(ConfiguredTarget::getConfigurationKey)
.filter(Objects::nonNull)
.distinct()
Expand Down

0 comments on commit fc11632

Please sign in to comment.