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

Commit 6efa8121 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 am: cffbc4d1

am: 14829ec0

Change-Id: I8fd71a3ee941201de56ba28fc1163686a9aff5f5
parents 8716e9f8 14829ec0
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))