b31e1e878c
* mention it avoid errors like "fs type is not ext4" Signed-off-by: FireLord1 <firelord.xda@gmail.com>
11 lines
359 B
Makefile
11 lines
359 B
Makefile
# Partitions
|
|
BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864
|
|
BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456
|
|
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 67108864
|
|
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3221225472
|
|
BOARD_USERDATAIMAGE_PARTITION_SIZE := 26301931008
|
|
|
|
BOARD_FLASH_BLOCK_SIZE := 131072
|
|
|
|
TARGET_USERIMAGES_USE_F2FS := true
|
|
TARGET_USERIMAGES_USE_EXT4 := true
|