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

Commit 50d1196d 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: I77a5aae0a98a3728b9bd554a6948f6a61b747c0d
parents 50c786af 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