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:
@@ -110,6 +110,7 @@ func runNinja(ctx Context, config Config) {
|
|||||||
"USER",
|
"USER",
|
||||||
|
|
||||||
// TODO: remove these carefully
|
// TODO: remove these carefully
|
||||||
|
"ASAN_OPTIONS",
|
||||||
"TARGET_BUILD_APPS",
|
"TARGET_BUILD_APPS",
|
||||||
"TARGET_BUILD_VARIANT",
|
"TARGET_BUILD_VARIANT",
|
||||||
"TARGET_PRODUCT",
|
"TARGET_PRODUCT",
|
||||||
|
Reference in New Issue
Block a user