diff options
| author | SGCMarkus <markusornik@gmail.com> | 2024-06-17 16:14:56 +0700 |
|---|---|---|
| committer | Nolen Johnson <johnsonnolen@gmail.com> | 2025-02-25 16:01:48 -0500 |
| commit | 5ce27d005ea0b1ca390f963f278ed302c7f4d939 (patch) | |
| tree | f853c1b0d18bff5672ab2422a5bc45a1fc795548 | |
| parent | 8dd1a789b1218b383741427606cec9e6217dfc4a (diff) | |
dubai: 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
| -rw-r--r-- | BoardConfig.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index de33f57..79dd4b9 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -30,7 +30,6 @@ BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD := $(strip $(shell cat $(DEVIC BOOT_KERNEL_MODULES := $(BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD) # Partitions -BOARD_USERDATAIMAGE_PARTITION_SIZE := 116340535296 BOARD_MOT_DP_GROUP_SIZE := 8921284608 # ( BOARD_SUPER_PARTITION_SIZE - 4MB ) BOARD_SUPER_PARTITION_SIZE := 8925478912 |
