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

Commit cffbc4d1 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Restore previous behavior of `get_build_var TMPDIR`

am: b6699a14

Change-Id: Ie9511c72acc7f9cf77612fa19c5380acd5b85b24
parents bcf54fb6 b6699a14
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ func DumpMakeVars(ctx Context, config Config, goals, vars []string) (map[string]
	soongUiVars := map[string]func() string{
		"OUT_DIR":  func() string { return config.OutDir() },
		"DIST_DIR": func() string { return config.DistDir() },
		"TMPDIR":   func() string { return absPath(ctx, config.TempDir()) },
	}

	makeVars := make([]string, 0, len(vars))