mondrianwifi: Configure jemalloc for low memory

Following recommendations found in Qualcomm Android GO
Performance Tuning Guide.

Change-Id: I607344ac085dc88d5253d3627c0c6d770a97902c
This commit is contained in:
nyyu 2022-08-25 10:44:15 +02:00
parent 2deb06c124
commit 662ddb4590

View File

@ -123,6 +123,9 @@ PRODUCT_PACKAGES += \
# Shipping API level # Shipping API level
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_k.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_k.mk)
# SVELTE config
MALLOC_SVELTE := true
# Thermal # Thermal
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/thermal-engine-8974.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-8974.conf $(LOCAL_PATH)/configs/thermal-engine-8974.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-8974.conf