android_device_lenovo_karate/board/filesystem.mk
FireLord1 b31e1e878c land: we support ext4 too
* mention it avoid errors like "fs type is not ext4"

Signed-off-by: FireLord1 <firelord.xda@gmail.com>
2017-03-17 19:01:39 +05:30

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