We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ea2a9 commit 2649c7cCopy full SHA for 2649c7c
src/main/java/com/google/devtools/build/lib/buildtool/ExecutionTool.java
@@ -680,6 +680,7 @@ private ImmutableList<ConvenienceSymlink> createConvenienceSymlinks(
680
Set<BuildConfiguration> targetConfigurations =
681
buildRequestOptions.useTopLevelTargetsForSymlinks()
682
? analysisResult.getTargetsToBuild().stream()
683
+ .map(ConfiguredTarget::getActual)
684
.map(ConfiguredTarget::getConfigurationKey)
685
.filter(Objects::nonNull)
686
.distinct()
0 commit comments