Merge "[make] Zero and pattern initialization of heap memory." am: 7332a36b91

Change-Id: I415f8ef809202abec3f75f6ef29583abb8f74709
This commit is contained in:
Evgenii Stepanov 2020-05-02 00:09:48 +00:00 committed by Automerger Merge Worker
commit 477be2f0a9
1 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,8 @@ $(call add_json_bool, BoardVndkRuntimeDisable, $(BOARD_VNDK_RUNTIME_DI
$(call add_json_list, DeviceSystemSdkVersions, $(BOARD_SYSTEMSDK_VERSIONS))
$(call add_json_list, Platform_systemsdk_versions, $(PLATFORM_SYSTEMSDK_VERSIONS))
$(call add_json_bool, Malloc_not_svelte, $(call invert_bool,$(filter true,$(MALLOC_SVELTE))))
$(call add_json_bool, Malloc_zero_contents, $(MALLOC_ZERO_CONTENTS))
$(call add_json_bool, Malloc_pattern_fill_contents, $(MALLOC_PATTERN_FILL_CONTENTS))
$(call add_json_str, Override_rs_driver, $(OVERRIDE_RS_DRIVER))
$(call add_json_bool, UncompressPrivAppDex, $(call invert_bool,$(filter true,$(DONT_UNCOMPRESS_PRIV_APPS_DEXS))))