g12: Don't limit inodes on /product
authorrazorloves <razorloves@gmail.com>
Sat, 20 Aug 2022 07:58:14 +0000 (02:58 -0500)
committerNolen Johnson <johnsonnolen@gmail.com>
Sat, 30 Sep 2023 17:28:25 +0000 (17:28 +0000)
This fixes the issue where the MindTheGapps zip install is
incomplete due to /product not having enough free inodes.

Change-Id: I401a09565bc243d2b164f44b0b40518d65209aea

BoardConfigCommon.mk

index 7a98366da2dec460e6228207de10440f5f5de26b..a8d893c2e51a3833cb1bcac7fcd5513aade3a208 100644 (file)
@@ -34,6 +34,7 @@ BUILDING_SUPER_EMPTY_IMAGE := true
 
 ifneq ($(WITH_GMS),true)
 BOARD_PRODUCTIMAGE_PARTITION_RESERVED_SIZE := 420000000
+BOARD_PRODUCTIMAGE_EXTFS_INODE_COUNT := -1
 BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE := 40000000
 BOARD_SYSTEM_EXTIMAGE_PARTITION_RESERVED_SIZE := 20000000
 BOARD_VENDORIMAGE_PARTITION_RESERVED_SIZE := 10000000