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

Commit 978c934d authored by Nathan Egge's avatar Nathan Egge
Browse files

Add LEX to the list of env variables to unset.

Some linux environments export LEX and this variable must be unset to
 ensure Soong and Make LEX values match.

Change-Id: I8ff2b62a49e0108575ff88b1a88a83d650fc3768
parent 07bceec1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -313,6 +313,7 @@ func NewConfig(ctx Context, args ...string) Config {
		"DISPLAY",
		"GREP_OPTIONS",
		"JAVAC",
		"LEX",
		"NDK_ROOT",
		"POSIXLY_CORRECT",