55a7a66d6f
Common config.fs/$TARGET_FS_CONFIG_GEN AID/fs configuration file for all chipset inheriting from base.mk. Since legacy device-specific android_filesystem_config.h and config.fs do not co-exist, temporarily include config.fs only if legacy file is absent. Once all legacy, device-specific files have been deleted, config.fs can be made unconditional. Change-Id: Ie100d0cd9db808b82d99be7139f0709390c7f3a2
14 lines
422 B
Makefile
14 lines
422 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
|
|
|
|
# Filesystem
|
|
TARGET_FS_CONFIG_GEN := $(VENDOR_PATH)/config.fs
|