Merge "Fix proguard_usage.zip with USE_RBE=true RBE_R8=true" am: 5fc50f2936 am: e11d46dbec

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1430134

Change-Id: Ia782198e1070a83c4dbb374ef0df1754c305b694
This commit is contained in:
Treehugger Robot
2020-09-22 19:24:20 +00:00
committed by Automerger Merge Worker

View File

@@ -135,6 +135,7 @@ var r8, r8RE = remoteexec.MultiCommandStaticRules(pctx, "r8",
"$r8Template": &remoteexec.REParams{
Labels: map[string]string{"type": "compile", "compiler": "r8"},
Inputs: []string{"$implicits", "${config.R8Jar}"},
OutputFiles: []string{"${outUsage}"},
ExecStrategy: "${config.RER8ExecStrategy}",
ToolchainInputs: []string{"${config.JavaCmd}"},
Platform: map[string]string{remoteexec.PoolKey: "${config.REJavaPool}"},