Files
android/libwvdrmengine/apex/device/widevine_generic.mk
Kalesh Singh d9079fb300 widevine_generic: Set max page size 16k
Bug: 322391670
Change-Id: Ic5a9c6e33e675d33138127915c6ab9910742f6d7
Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
2024-04-01 18:04:59 +00:00

13 lines
386 B
Makefile

ifdef TARGET_BASE_PRODUCT
$(call inherit-product, $(TARGET_BASE_PRODUCT))
else
# Fallback to a valid base product to satisfy build_test
$(call inherit-product, $(SRC_TARGET_DIR)/product/module_arm.mk)
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