Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a91e7bcb authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Fix proguard_usage.zip with USE_RBE=true RBE_R8=true" am: 5fc50f29 am: e11d46db am: fc9014fd

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

Change-Id: I6cfcd9693a6a92f0028236b3012009dfa91432e6
parents 394c2419 fc9014fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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}"},