From 3273cc27f76245e678885869b07148855529b6da Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Fri, 26 Oct 2018 23:58:42 -0700 Subject: [PATCH] Add sanitize.address to product_variables.eng statsd enables ASAN in eng builds. Test: m checkbuild Change-Id: Ie25e1be55e14043a866d881b378cdd8d38ad356e --- android/variable.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/variable.go b/android/variable.go index f2ba89bb2..2686049db 100644 --- a/android/variable.go +++ b/android/variable.go @@ -95,6 +95,9 @@ type variableProperties struct { Lto struct { Never *bool } + Sanitize struct { + Address *bool + } } Pdk struct {