mirror of
https://github.com/Evolution-X-Devices/device_motorola_rtwo
synced 2026-01-27 13:35:15 +00:00
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:
@@ -92,7 +92,6 @@ TARGET_KERNEL_EXT_MODULES := \
|
||||
motorola/drivers/input/misc/goodix_fod_mmi
|
||||
|
||||
# Partitions
|
||||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 230140391424
|
||||
ifneq ($(WITH_GMS),true)
|
||||
BOARD_PRODUCTIMAGE_PARTITION_RESERVED_SIZE := 3318226944
|
||||
BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE := 873680896
|
||||
|
||||
Reference in New Issue
Block a user