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
This commit is contained in:
Nathan Egge
2024-07-03 21:13:03 +00:00
parent 07bceec1fd
commit 978c934dd9

View File

@@ -313,6 +313,7 @@ func NewConfig(ctx Context, args ...string) Config {
"DISPLAY",
"GREP_OPTIONS",
"JAVAC",
"LEX",
"NDK_ROOT",
"POSIXLY_CORRECT",