Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7da04291 authored by Dan Willemsen's avatar Dan Willemsen
Browse files

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
parent 2de4152e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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",