From 524eba7d4aed2b2782a8e35e4c4f5f00313c6322 Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Mon, 17 Jun 2024 16:14:56 +0700 Subject: [PATCH] sweet: 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 --- BoardConfig.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index caa2334..84552ff 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -27,7 +27,6 @@ BOARD_CACHEIMAGE_PARTITION_SIZE := 402653184 BOARD_DTBOIMG_PARTITION_SIZE := 33554432 BOARD_RECOVERYIMAGE_PARTITION_SIZE := 134217728 BOARD_SUPER_PARTITION_SIZE := 9126805504 -BOARD_USERDATAIMAGE_PARTITION_SIZE := 114980532224 BOARD_QTI_DYNAMIC_PARTITIONS_SIZE := 9122611200 # (BOARD_SUPER_PARTITION_SIZE - 4194304) 4MiB overhead