Merge "16k: Add ro.product.cpu.pagesize.max property" am: a5530711fb am: 97b11a5794 am: c63fc37cf7

Original change: https://android-review.googlesource.com/c/platform/build/+/2545851

Change-Id: I50ddbcc5708d9893c01d3c1edba4f7ae0660cea1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Kalesh Singh
2023-05-01 20:39:21 +00:00
committed by Automerger Merge Worker

View File

@@ -347,6 +347,10 @@ ifeq ($(AB_OTA_UPDATER),true)
ADDITIONAL_PRODUCT_PROPERTIES += ro.product.ab_ota_partitions=$(subst $(space),$(comma),$(sort $(AB_OTA_PARTITIONS)))
endif
# Set this property for VTS to skip large page size tests on unsupported devices.
ADDITIONAL_PRODUCT_PROPERTIES += \
ro.product.cpu.pagesize.max=$(TARGET_MAX_PAGE_SIZE_SUPPORTED)
# -----------------------------------------------------------------
###
### In this section we set up the things that are different