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:
parent
bc81aa943e
commit
8d30e869a3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user