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:
@@ -313,6 +313,7 @@ func NewConfig(ctx Context, args ...string) Config {
|
|||||||
"DISPLAY",
|
"DISPLAY",
|
||||||
"GREP_OPTIONS",
|
"GREP_OPTIONS",
|
||||||
"JAVAC",
|
"JAVAC",
|
||||||
|
"LEX",
|
||||||
"NDK_ROOT",
|
"NDK_ROOT",
|
||||||
"POSIXLY_CORRECT",
|
"POSIXLY_CORRECT",
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user