Merge "Replace PRODUCT_DISABLE_SCUDO with MALLOC_LOW_MEMORY." into main am: 3b8f6ebbb7
Original change: https://android-review.googlesource.com/c/platform/build/+/3185682 Change-Id: I014b7aa9aac03ab2565c1b1c8b319bb51e1c48c5 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
589e40b26d
@@ -37,9 +37,9 @@ PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD := false
|
||||
# leave less information available via JDWP.
|
||||
PRODUCT_MINIMIZE_JAVA_DEBUG_INFO := true
|
||||
|
||||
# Disable Scudo outside of eng builds to save RAM.
|
||||
# Use the low memory allocator outside of eng builds to save RSS.
|
||||
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_DISABLE_SCUDO := true
|
||||
MALLOC_LOW_MEMORY := true
|
||||
endif
|
||||
|
||||
# Add the system properties.
|
||||
|
Reference in New Issue
Block a user