widevine_generic: Set max page size 16k

Bug: 322391670
Change-Id: Ic5a9c6e33e675d33138127915c6ab9910742f6d7
Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
This commit is contained in:
Kalesh Singh
2024-03-27 13:19:35 -07:00
parent f7944b4dac
commit d9079fb300

View File

@@ -5,4 +5,8 @@ else
$(call inherit-product, $(SRC_TARGET_DIR)/product/module_arm.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/module_arm.mk)
endif endif
# Enable large page size support
PRODUCT_MAX_PAGE_SIZE_SUPPORTED := 16384
PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO := true
include vendor/widevine/libwvdrmengine/apex/device/device.mk include vendor/widevine/libwvdrmengine/apex/device/device.mk