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

Commit 2a3f0525 authored by Ramy Medhat's avatar Ramy Medhat Committed by Automerger Merge Worker
Browse files

[DO NOT MERGE] Add a default value for the RBE_log_dir variable. am: 8229916e

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

Change-Id: I6b392c782a248305d7d4e8380d7695015b548c9e
parents 989f2d16 8229916e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ func getRBEVars(ctx Context, config Config) map[string]string {
	rand.Seed(time.Now().UnixNano())
	vars := map[string]string{
		"RBE_log_path":   config.rbeLogPath(),
		"RBE_log_dir":    config.logDir(),
		"RBE_re_proxy":   config.rbeReproxy(),
		"RBE_exec_root":  config.rbeExecRoot(),
		"RBE_output_dir": config.rbeStatsOutputDir(),