matisse-common: Disable recovery size.

Disable recovery size to avoid the recovery is to big error during the build process
This commit is contained in:
DJABhipHop 2020-04-18 19:24:56 -04:00 committed by DJABhipHop
parent 9d8118f53d
commit 76359c9fa7
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ TARGET_PROCESS_SDK_VERSION_OVERRIDE += \
# Partitions
BOARD_FLASH_BLOCK_SIZE := 131072
BOARD_BOOTIMAGE_PARTITION_SIZE := 10485760
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 10485760
# BOARD_RECOVERYIMAGE_PARTITION_SIZE := 10485760
BOARD_CACHEIMAGE_PARTITION_SIZE := 314572800
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2362232012
BOARD_USERDATAIMAGE_PARTITION_SIZE := 12884901888