rtwo: 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 230+GB userdata image.
Which means that less free space is required to start the
build.

Change-Id: Ibf48e7cdf566a4653e85352a79170b354d917234
This commit is contained in:
SGCMarkus
2023-12-20 11:12:56 +01:00
committed by Marc Bourgoin
parent d8d96e0fa7
commit 09ee00e236

View File

@@ -92,7 +92,6 @@ TARGET_KERNEL_EXT_MODULES := \
motorola/drivers/input/misc/goodix_fod_mmi motorola/drivers/input/misc/goodix_fod_mmi
# Partitions # Partitions
BOARD_USERDATAIMAGE_PARTITION_SIZE := 230140391424
ifneq ($(WITH_GMS),true) ifneq ($(WITH_GMS),true)
BOARD_PRODUCTIMAGE_PARTITION_RESERVED_SIZE := 3318226944 BOARD_PRODUCTIMAGE_PARTITION_RESERVED_SIZE := 3318226944
BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE := 873680896 BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE := 873680896