From f053895640b9ffa475fd409b53415068810d482f Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Mon, 17 Jun 2024 16:14:56 +0700 Subject: [PATCH] stone: unset BOARD_USERDATAIMAGE_PARTITION_SIZE This not only saves a lot of build time when building with TARGET_USERIMAGES_SPARSE_EXT_DISABLED and/or TARGET_USERIMAGES_SPARSE_F2FS_DISABLED which is required on A14, but also removes the need for the build system to temporarily create a 40+GB userdata image. Which means that less free space is required to start the build. Change-Id: Ibf48e7cdf566a4653e85352a79170b354d917234 Signed-off-by: Arijit78 --- BoardConfig.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 8c728ea..b7b6664 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -150,7 +150,6 @@ endif BOARD_BOOTIMAGE_PARTITION_SIZE := 134217728 BOARD_DTBOIMG_PARTITION_SIZE := 8388608 BOARD_SUPER_PARTITION_SIZE := 9126805504 -BOARD_USERDATAIMAGE_PARTITION_SIZE := 109156577280 BOARD_VENDOR_BOOTIMAGE_PARTITION_SIZE := 100663296 BOARD_SUPER_PARTITION_GROUPS := qti_dynamic_partitions