3
0
Fork 0

Resize system and user data partitions

Double the size of the system partition

Increasce user data, taking over the space previously reserved for UMS
This commit is contained in:
Fivel Sotheby 2020-04-22 21:30:38 +01:00
parent bc81aa943e
commit 8d30e869a3
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ MALLOC_IMPL := dlmalloc
TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_EXT4 := true
TARGET_USERIMAGES_USE_F2FS := true TARGET_USERIMAGES_USE_F2FS := true
BOARD_BOOTIMAGE_PARTITION_SIZE := 8388608 BOARD_BOOTIMAGE_PARTITION_SIZE := 8388608
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 536870912 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824
BOARD_USERDATAIMAGE_PARTITION_SIZE := 2147467264 BOARD_USERDATAIMAGE_PARTITION_SIZE := 13950255104
BOARD_FLASH_BLOCK_SIZE := 4096 BOARD_FLASH_BLOCK_SIZE := 4096
# Releasetools # Releasetools