milanf: Update partition sizes
Change-Id: I724b8a2d3716c7f25902c0e87c69177306bdbe0e Signed-off-by: AnierinB <anierin@evolution-x.org>
This commit is contained in:
parent
9b326662da
commit
40327e08de
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD := $(strip $(shell cat $(DEVIC
|
||||||
BOOT_KERNEL_MODULES := $(BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD)
|
BOOT_KERNEL_MODULES := $(BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD)
|
||||||
|
|
||||||
# Partitions
|
# Partitions
|
||||||
BOARD_MOT_DP_GROUP_SIZE := 8608808960 # (BOARD_SUPER_PARTITION_SIZE - 4MB)
|
BOARD_MOT_DP_GROUP_SIZE := 9827254272 # (BOARD_SUPER_PARTITION_SIZE - 4MB)
|
||||||
BOARD_SUPER_PARTITION_SIZE := 8613003264
|
BOARD_SUPER_PARTITION_SIZE := 9831448576
|
||||||
|
|
||||||
# Properties
|
# Properties
|
||||||
TARGET_PRODUCT_PROP += $(DEVICE_PATH)/product.prop
|
TARGET_PRODUCT_PROP += $(DEVICE_PATH)/product.prop
|
||||||
|
|
Loading…
Reference in a new issue