Merge "Replace Malloc_not_svelte with Malloc_low_memory." into main am: be83e748d4
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3064403 Change-Id: I01a7b7f206e72b22cea1764b9cac358bda121471 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
committed by
Automerger Merge Worker
commit
e50baa56c6
@@ -67,7 +67,7 @@ type variableProperties struct {
|
||||
Enabled proptools.Configurable[bool] `android:"arch_variant,replace_instead_of_append"`
|
||||
} `android:"arch_variant"`
|
||||
|
||||
Malloc_not_svelte struct {
|
||||
Malloc_low_memory struct {
|
||||
Cflags []string `android:"arch_variant"`
|
||||
Shared_libs []string `android:"arch_variant"`
|
||||
Whole_static_libs []string `android:"arch_variant"`
|
||||
@@ -278,7 +278,7 @@ type ProductVariables struct {
|
||||
Unbundled_build_image *bool `json:",omitempty"`
|
||||
Always_use_prebuilt_sdks *bool `json:",omitempty"`
|
||||
Skip_boot_jars_check *bool `json:",omitempty"`
|
||||
Malloc_not_svelte *bool `json:",omitempty"`
|
||||
Malloc_low_memory *bool `json:",omitempty"`
|
||||
Malloc_zero_contents *bool `json:",omitempty"`
|
||||
Malloc_pattern_fill_contents *bool `json:",omitempty"`
|
||||
Safestack *bool `json:",omitempty"`
|
||||
@@ -612,7 +612,7 @@ func (v *ProductVariables) SetDefaultConfig() {
|
||||
AAPTCharacteristics: stringPtr("nosdcard"),
|
||||
AAPTPrebuiltDPI: []string{"xhdpi", "xxhdpi"},
|
||||
|
||||
Malloc_not_svelte: boolPtr(true),
|
||||
Malloc_low_memory: boolPtr(false),
|
||||
Malloc_zero_contents: boolPtr(true),
|
||||
Malloc_pattern_fill_contents: boolPtr(false),
|
||||
Safestack: boolPtr(false),
|
||||
|
Reference in New Issue
Block a user