Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73a534eb authored by Pawan Wagh's avatar Pawan Wagh Committed by Gerrit Code Review
Browse files

Merge "Set system property ro.product.page_size" into main

parents 000be965 a08472f1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -50,6 +50,12 @@ else
ADDITIONAL_PRODUCT_PROPERTIES += ro.product.build.16k_page.enabled=false
endif

ifeq ($(TARGET_BOOTS_16K),true)
ADDITIONAL_PRODUCT_PROPERTIES += ro.product.page_size=16384
else
ADDITIONAL_PRODUCT_PROPERTIES += ro.product.page_size=4096
endif

# Enable core platform API violation warnings on userdebug and eng builds.
ifneq ($(TARGET_BUILD_VARIANT),user)
ADDITIONAL_SYSTEM_PROPERTIES += persist.debug.dalvik.vm.core_platform_api_policy=just-warn