From eb1c1ce9363672c9b35c2943ae29baa568bf0c5f Mon Sep 17 00:00:00 2001 From: Juan Yescas Date: Thu, 29 Feb 2024 13:11:48 -0800 Subject: [PATCH] zuma: Set max supported page size to 65536 Set the max page size on zuma devices to 65536. Bug: 300367402 Test: readelf -Wl /system/bin/init Change-Id: I4d3e45f5da1cfc50c639aea44d5670a936ca47a8 --- device-common.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/device-common.mk b/device-common.mk index 1998d96d..f3e33959 100644 --- a/device-common.mk +++ b/device-common.mk @@ -44,9 +44,6 @@ PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \ ro.thermal_warmreset = true -# Set the max page size to 4096 (b/300367402) -PRODUCT_MAX_PAGE_SIZE_SUPPORTED := 4096 - # Trigger fsck on upgrade (305658663) PRODUCT_PRODUCT_PROPERTIES += \ ro.preventative_fsck = 1