sm8350-common: Declare super and its partitions size
Partitions size is calculated using this formula: (super / 2 - 4M). Change-Id: I8d211f9885f3bbebfc221ae320f83b9478677034
This commit is contained in:
parent
c85c37e576
commit
ad5b0c461d
1 changed files with 2 additions and 0 deletions
|
@ -156,7 +156,9 @@ BOARD_SYSTEM_EXTIMAGE_FILE_SYSTEM_TYPE := ext4
|
|||
BOARD_SYSTEMIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
BOARD_ONEPLUS_DYNAMIC_PARTITIONS_PARTITION_LIST := odm product system system_ext vendor
|
||||
BOARD_ONEPLUS_DYNAMIC_PARTITIONS_SIZE := 5591007232
|
||||
BOARD_SUPER_PARTITION_GROUPS := oneplus_dynamic_partitions
|
||||
BOARD_SUPER_PARTITION_SIZE := 11190403072
|
||||
BOARD_FLASH_BLOCK_SIZE := 262144 # (BOARD_KERNEL_PAGESIZE * 64)
|
||||
TARGET_COPY_OUT_ODM := odm
|
||||
TARGET_COPY_OUT_PRODUCT := product
|
||||
|
|
Loading…
Reference in a new issue