| return new AutoValue_ToolchainResolutionValue_ToolchainResolutionKey(configuration,toolchainType,targetPlatform,execPlatform); | return new AutoValue_ToolchainResolutionValue_ToolchainResolutionKey(configuration,toolchainType,targetPlatform,ImmutableList.copyOf(availableExecutionPlatforms)); | execPlatform | ImmutableList.copyOf(execPlatform) | bazel | 71dbed482868e5a94eb945063c6dd6209aaf776c | com.google.devtools.build.lib.skyframe.ToolchainResolutionValue.ToolchainResolutionKey | | | _1 | execPlatform |
|---|
| _2 | availableExecutionPlatforms |
|---|
| | - com.google.common.collect.ImmutableList
| | Uses | True |