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

Commit ffdf2f3b authored by Kousik Kumar's avatar Kousik Kumar Committed by Automerger Merge Worker
Browse files

Switch default execution strategy to racing for developer builds am:...

Switch default execution strategy to racing for developer builds am: 524428a6 am: 7a02fa7b am: ae8d7801

Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/13292491

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ibf4f61cb592a858db279b7229226499653fc46b5
parents 7f2a59cd ae8d7801
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -64,7 +64,10 @@ function _export_metrics_uploader() {
# executed by RBE. This file should be sourced once per checkout of Android code.
function _set_rbe_vars() {
  export USE_RBE="true"
  export RBE_CXX_EXEC_STRATEGY="remote_local_fallback"
  export RBE_CXX_EXEC_STRATEGY="racing"
  export RBE_JAVAC_EXEC_STRATEGY="racing"
  export RBE_R8_EXEC_STRATEGY="racing"
  export RBE_D8_EXEC_STRATEGY="racing"
  export RBE_use_unified_cas_ops="true"
  export RBE_JAVAC=1
  export RBE_R8=1