treewide: update partition sizes

This commit is contained in:
roynatech2544 2021-12-02 06:33:30 +09:00
commit 24ff1bae86
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
6 changed files with 21 additions and 9 deletions

View file

@ -12,6 +12,9 @@ TARGET_SCREEN_DENSITY := 320
# Partitions
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528 # 55MB
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 4320133120 #4.02GB
BOARD_BOOTIMAGE_PARTITION_SIZE := 33554432
BOARD_CACHEIMAGE_PARTITION_SIZE := 157286400
BOARD_VENDORIMAGE_PARTITION_SIZE := 452984832
# Inherit common board flags
include device/samsung/universal7885-common/BoardConfigCommon.mk