zuma: Set max supported page size to 4096 am: 9b743e5938

Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma/+/24790440

Change-Id: I0f6785d87c07ec78b664c9ea206117872fe968bd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Kalesh Singh 2023-09-19 03:36:14 +00:00 committed by Automerger Merge Worker
commit d59cc0f6e0

View file

@ -44,6 +44,9 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
ro.thermal_warmreset = true ro.thermal_warmreset = true
# Set the max page size to 4096 (b/300367402)
PRODUCT_MAX_PAGE_SIZE_SUPPORTED := 4096
# 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.