Merge "Always propagate some environment variables to RBE"

This commit is contained in:
Colin Cross
2021-06-10 15:57:22 +00:00
committed by Gerrit Code Review
3 changed files with 17 additions and 12 deletions

View File

@@ -361,10 +361,7 @@ func (l *linter) lint(ctx android.ModuleContext) {
Labels: map[string]string{"type": "tool", "name": "lint"},
ExecStrategy: lintRBEExecStrategy(ctx),
ToolchainInputs: []string{config.JavaCmd(ctx).String()},
EnvironmentVariables: []string{
"LANG",
},
Platform: map[string]string{remoteexec.PoolKey: pool},
Platform: map[string]string{remoteexec.PoolKey: pool},
})
}