From: razorloves Date: Sat, 20 Aug 2022 07:58:14 +0000 (-0500) Subject: g12: Don't limit inodes on /product X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a6ea79b5e90a51033193e9a63d883d0f67061b58;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_amlogic_g12-common.git g12: Don't limit inodes on /product This fixes the issue where the MindTheGapps zip install is incomplete due to /product not having enough free inodes. Change-Id: I401a09565bc243d2b164f44b0b40518d65209aea --- diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index c91c24b..480c86b 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -35,6 +35,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