Likely fix SANITIZE_HOST=address builds

We're passing in ASAN_OPTIONS=detect_leaks=0 on the command line, and
the build started failing after we limited the environment.

Test: forrest of aosp-master/aosp_x86_64-eng
Change-Id: I42c91897c7677e1a249412e5a8bc7bb1edb2f881
This commit is contained in:
Dan Willemsen 2020-01-04 13:58:54 -08:00
parent 2de4152e61
commit 7da042912b
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ func runNinja(ctx Context, config Config) {
"USER",
// TODO: remove these carefully
"ASAN_OPTIONS",
"TARGET_BUILD_APPS",
"TARGET_BUILD_VARIANT",
"TARGET_PRODUCT",