lisa: 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
This commit is contained in:
SGCMarkus 2024-06-17 16:14:56 +07:00 committed by Giovanni Ricca
parent 87ab6eca4a
commit 9aee716cad
No known key found for this signature in database

View File

@ -25,7 +25,6 @@ BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD := $(BOOT_KERNEL_MODULES)
# Partitions
BOARD_DTBOIMG_PARTITION_SIZE := 25165824
BOARD_USERDATAIMAGE_PARTITION_SIZE := 113254576128
# Properties
TARGET_ODM_PROP += $(DEVICE_PATH)/odm.prop