Loading core/main.mk +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/main.mk +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading