zumapro: move zram size setting to common mk file

Bug: 316995456
Test: perfwbs
Change-Id: Ic726070e0378c558c6893b7cc7c95e01ee7ef64f
This commit is contained in:
Richard Chang 2024-02-21 08:48:15 +00:00
parent 7ca84dbfea
commit af739912ac

View file

@ -44,6 +44,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
ro.thermal_warmreset = true ro.thermal_warmreset = true
# Generic zram size setting, can be overridden in project-specific device.mk
PRODUCT_VENDOR_PROPERTIES += \
vendor.zram.size?=50p
# Indicate that the bootloader supports the MTE developer option switch # Indicate that the bootloader supports the MTE developer option switch
# (MISC_MEMTAG_MODE_MEMTAG_ONCE), with the exception of _fullmte products that # (MISC_MEMTAG_MODE_MEMTAG_ONCE), with the exception of _fullmte products that
# force enable MTE. # force enable MTE.