rhodep: Update partition sizes
Change-Id: Ie43846c57ea3093fb331c5f8a6edb16097098683
This commit is contained in:
parent
ddeee566aa
commit
e3bacdac8f
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD := $(strip $(shell cat $(DEVIC
|
|||
BOOT_KERNEL_MODULES := $(BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD)
|
||||
|
||||
# Partitions
|
||||
BOARD_MOT_DP_GROUP_SIZE := 6706692096 # (BOARD_SUPER_PARTITION_SIZE - 4MB)
|
||||
BOARD_SUPER_PARTITION_SIZE := 6710886400
|
||||
BOARD_MOT_DP_GROUP_SIZE := 8608808960 # (BOARD_SUPER_PARTITION_SIZE - 4MB)
|
||||
BOARD_SUPER_PARTITION_SIZE := 8613003264
|
||||
|
||||
# Properties
|
||||
TARGET_PRODUCT_PROP += $(DEVICE_PATH)/product.prop
|
||||
|
|
Loading…
Reference in a new issue