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

Commit e11d46db 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

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

Change-Id: I216fcd8ae5740ac0e854c6970ca155cba3230a5c
parents d421364a 5fc50f29
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}"},