Skip to content

Commit f16d798

Browse files
committed
Switch default execution strategy to racing for developer builds
This is to efficiently use both local and remote resources when using RBE for Android developers. Bug: b/170699893 Change-Id: I46bc3ff9c0d8d08e8f3aaa15076eb606737355af
1 parent aa79007 commit f16d798

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: rbesetup.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ function _export_metrics_uploader() {
6565
function _set_rbe_vars() {
6666
unset USE_GOMA
6767
export USE_RBE="true"
68-
export RBE_CXX_EXEC_STRATEGY="remote_local_fallback"
68+
export RBE_CXX_EXEC_STRATEGY="racing"
69+
export RBE_JAVAC_EXEC_STRATEGY="racing"
70+
export RBE_R8_EXEC_STRATEGY="racing"
71+
export RBE_D8_EXEC_STRATEGY="racing"
6972
export RBE_use_unified_cas_ops="true"
7073
export RBE_JAVAC=1
7174
export RBE_R8=1

0 commit comments

Comments
 (0)