summaryrefslogtreecommitdiff
path: root/java/config/config.go
diff options
context:
space:
mode:
author Kousik Kumar <kousikk@google.com> 2020-05-28 18:51:39 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-05-28 18:51:39 +0000
commitf52d6420ea626b1b16feee6475c5a4fb0a57206c (patch)
tree1ab6ddeced8d78d5c7037a365159f3de667408be /java/config/config.go
parentaa5f42c3c43c0e8ab2c2e1ff54bd0d040d2d5ee7 (diff)
parent8f37ec82d9384bfcaa243c0a75174c067e05ab35 (diff)
Merge "Add support for remote-execution / caching of signapk actions" am: 8f37ec82d9
Change-Id: I35bc6a092e26924e8ef8b5e5c04da313bbca9146
Diffstat (limited to 'java/config/config.go')
-rw-r--r--java/config/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/config/config.go b/java/config/config.go
index fa19afbf5..4173659a4 100644
--- a/java/config/config.go
+++ b/java/config/config.go
@@ -149,6 +149,7 @@ func init() {
pctx.VariableFunc("RED8ExecStrategy", remoteexec.EnvOverrideFunc("RBE_D8_EXEC_STRATEGY", remoteexec.LocalExecStrategy))
pctx.VariableFunc("RER8ExecStrategy", remoteexec.EnvOverrideFunc("RBE_R8_EXEC_STRATEGY", remoteexec.LocalExecStrategy))
pctx.VariableFunc("RETurbineExecStrategy", remoteexec.EnvOverrideFunc("RBE_TURBINE_EXEC_STRATEGY", remoteexec.LocalExecStrategy))
+ pctx.VariableFunc("RESignApkExecStrategy", remoteexec.EnvOverrideFunc("RBE_SIGNAPK_EXEC_STRATEGY", remoteexec.LocalExecStrategy))
pctx.HostJavaToolVariable("JacocoCLIJar", "jacoco-cli.jar")