zumapro: move zram size setting to common mk file
Bug: 316995456 Test: perfwbs Change-Id: Ic726070e0378c558c6893b7cc7c95e01ee7ef64f
This commit is contained in:
parent
7ca84dbfea
commit
af739912ac
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue