mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 16:47:35 +00:00
stone: 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 Signed-off-by: Arijit78 <sahaarijit2007@gmail.com>
This commit is contained in:
@@ -150,7 +150,6 @@ endif
|
||||
BOARD_BOOTIMAGE_PARTITION_SIZE := 134217728
|
||||
BOARD_DTBOIMG_PARTITION_SIZE := 8388608
|
||||
BOARD_SUPER_PARTITION_SIZE := 9126805504
|
||||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 109156577280
|
||||
BOARD_VENDOR_BOOTIMAGE_PARTITION_SIZE := 100663296
|
||||
|
||||
BOARD_SUPER_PARTITION_GROUPS := qti_dynamic_partitions
|
||||
|
||||
Reference in New Issue
Block a user