diff --git a/android/variable.go b/android/variable.go index c1e1b42be..86b6f1a75 100644 --- a/android/variable.go +++ b/android/variable.go @@ -389,7 +389,7 @@ func (v *productVariables) SetDefaultConfig() { AAPTPrebuiltDPI: []string{"xhdpi", "xxhdpi"}, Malloc_not_svelte: boolPtr(true), - Malloc_zero_contents: boolPtr(false), + Malloc_zero_contents: boolPtr(true), Malloc_pattern_fill_contents: boolPtr(false), Safestack: boolPtr(false), }