Add sanitize.address to product_variables.eng

statsd enables ASAN in eng builds.

Test: m checkbuild
Change-Id: Ie25e1be55e14043a866d881b378cdd8d38ad356e
This commit is contained in:
Colin Cross 2018-10-26 23:58:42 -07:00
parent cbc64dcafe
commit 3273cc27f7
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,9 @@ type variableProperties struct {
Lto struct {
Never *bool
}
Sanitize struct {
Address *bool
}
}
Pdk struct {