commit | 978c934dd9b04d89d8ec5affdd1541e4c12b76b6 | [log] [tgz] |
---|---|---|
author | Nathan Egge <negge@google.com> | Wed Jul 03 21:13:03 2024 +0000 |
committer | Nathan Egge <negge@google.com> | Mon Jul 08 20:53:46 2024 +0000 |
tree | 3908e42629d0a1e7d0461bc7942bb1ebcc14d95c | |
parent | 07bceec1fde7848e9e89311d9de32a389bd3f6a8 [diff] [blame] |
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
diff --git a/ui/build/config.go b/ui/build/config.go index 1d5269c..52c5e23 100644 --- a/ui/build/config.go +++ b/ui/build/config.go
@@ -313,6 +313,7 @@ "DISPLAY", "GREP_OPTIONS", "JAVAC", + "LEX", "NDK_ROOT", "POSIXLY_CORRECT",