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:
parent
87ab6eca4a
commit
9aee716cad
@ -25,7 +25,6 @@ BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD := $(BOOT_KERNEL_MODULES)
|
|||||||
|
|
||||||
# Partitions
|
# Partitions
|
||||||
BOARD_DTBOIMG_PARTITION_SIZE := 25165824
|
BOARD_DTBOIMG_PARTITION_SIZE := 25165824
|
||||||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 113254576128
|
|
||||||
|
|
||||||
# Properties
|
# Properties
|
||||||
TARGET_ODM_PROP += $(DEVICE_PATH)/odm.prop
|
TARGET_ODM_PROP += $(DEVICE_PATH)/odm.prop
|
||||||
|
Loading…
Reference in New Issue
Block a user