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

Commit 26195be9 authored by Ramy Medhat's avatar Ramy Medhat Committed by Patrice Arruda
Browse files

Add a default value for the RBE_log_dir variable.

Test: built simple target.
Bug: b/166273085
Change-Id: Id93dd80119037b594e5f8c370f4ac2fbc12a5144
Merged-In: Id93dd80119037b594e5f8c370f4ac2fbc12a5144
parent cbe9aa2c
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(),