Add option to increase inode count for test build am: 749615f25a am: f828e0e3ba

am: e1a2ca2ddb

Change-Id: Id183ff0e747f4a11724944f491114a5ef3d7f20d
This commit is contained in:
Justin Yun
2019-01-13 20:53:10 -08:00
committed by android-build-merger

View File

@@ -65,7 +65,11 @@ BOARD_AVB_ENABLE := true
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2684354560
BOARD_SYSTEMIMAGE_JOURNAL_SIZE := 0
ifneq ($(PRODUCT_INCREASE_INODE_COUNT),true)
BOARD_SYSTEMIMAGE_EXTFS_INODE_COUNT := 4096
else
BOARD_SYSTEMIMAGE_EXTFS_INODE_COUNT := 8192
endif
TARGET_USERIMAGES_USE_EXT4 := true
BOARD_USERDATAIMAGE_PARTITION_SIZE := 26503790080
BOARD_PERSISTIMAGE_PARTITION_SIZE := 33554432