commit | 7b067fb7532ade43719f9a427672ba87f363b370 | [log] [tgz] |
---|---|---|
author | Nathan Egge <negge@google.com> | Fri Feb 17 17:54:31 2023 +0000 |
committer | Nathan Egge <negge@google.com> | Fri Feb 17 18:07:04 2023 +0000 |
tree | 899960b748076109b98d887989e06f36dafa976b | |
parent | 92ac65952d31c7ecb3c533991b40724c9bb1251e [diff] [blame] |
Add JAVAC to the list of env variables to unset. Some linux environments export JAVAC for legacy compatibility and this variable must be unset to ensure Soong and Make JAVAC values match. Test: manual Change-Id: Iae19fcb91b0a7651cbe00fe50f6daed54b4d7879
diff --git a/ui/build/config.go b/ui/build/config.go index cb7fe1e..73e2c45 100644 --- a/ui/build/config.go +++ b/ui/build/config.go
@@ -369,6 +369,7 @@ "CDPATH", "DISPLAY", "GREP_OPTIONS", + "JAVAC", "NDK_ROOT", "POSIXLY_CORRECT",