Merge "Zero C++ heap by default."

This commit is contained in:
Steven Moreland 2020-10-13 16:49:16 +00:00 committed by Gerrit Code Review
commit 88ed5d9353

View file

@ -390,7 +390,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),
}