From 8d30e869a3581049ff5314480b45e015e080a99e Mon Sep 17 00:00:00 2001 From: Velsoth Date: Wed, 22 Apr 2020 21:30:38 +0100 Subject: [PATCH] Resize system and user data partitions Double the size of the system partition Increasce user data, taking over the space previously reserved for UMS --- BoardCommonConfig.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk index 619de33..0e78a31 100644 --- a/BoardCommonConfig.mk +++ b/BoardCommonConfig.mk @@ -66,8 +66,8 @@ MALLOC_IMPL := dlmalloc TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true BOARD_BOOTIMAGE_PARTITION_SIZE := 8388608 -BOARD_SYSTEMIMAGE_PARTITION_SIZE := 536870912 -BOARD_USERDATAIMAGE_PARTITION_SIZE := 2147467264 +BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824 +BOARD_USERDATAIMAGE_PARTITION_SIZE := 13950255104 BOARD_FLASH_BLOCK_SIZE := 4096 # Releasetools