matisse-common: fix partitions size
Moreover, because of encryption, define a userdata partition smaller of 16 kB (16384 B) than the real one. Change-Id: I9169b0e0f712e6f78f4245c85d4f18593e0b7852
This commit is contained in:
parent
5aa6439d45
commit
2726a11900
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ BOARD_FLASH_BLOCK_SIZE := 131072
|
|||
BOARD_BOOTIMAGE_PARTITION_SIZE := 10485760
|
||||
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 10485760
|
||||
BOARD_CACHEIMAGE_PARTITION_SIZE := 314572800
|
||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2362232012
|
||||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 12884901888
|
||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2411724800
|
||||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 12843642880
|
||||
TARGET_USES_MKE2FS := true
|
||||
|
||||
# Power HAL
|
||||
|
|
Loading…
Reference in a new issue