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

@ -11,7 +11,10 @@ TARGET_SCREEN_DENSITY := 320
# Partitions
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528 # 55MB
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 4320133120 #4.02GB
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3511135764 # 3.27GB
BOARD_BOOTIMAGE_PARTITION_SIZE := 33554432
BOARD_CACHEIMAGE_PARTITION_SIZE := 157286400
BOARD_VENDORIMAGE_PARTITION_SIZE := 364904448
# Inherit common board flags
include device/samsung/universal7885-common/BoardConfigCommon.mk

View file

@ -12,6 +12,9 @@ TARGET_SCREEN_DENSITY := 411
# 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

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

View file

@ -9,9 +9,12 @@ TARGET_KERNEL_CONFIG := exynos7885-a30_enforcing_defconfig
# Display
TARGET_SCREEN_DENSITY := 411
# Partitions
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528 # 55MB
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 4320133120 #4.02GB
# Partitions# Partitions
BOARD_BOOTIMAGE_PARTITION_SIZE := 37748736
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 5033164800
BOARD_CACHEIMAGE_PARTITION_SIZE := 157286400
BOARD_VENDORIMAGE_PARTITION_SIZE := 452984832
# Inherit common board flags
include device/samsung/universal7885-common/BoardConfigCommon.mk

View file

@ -10,8 +10,11 @@ TARGET_KERNEL_CONFIG := exynos7885-a40_enforcing_defconfig
TARGET_SCREEN_DENSITY := 411
# Partitions
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528 # 55MB
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 4320133120 #4.02GB
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 5158993920
BOARD_BOOTIMAGE_PARTITION_SIZE := 35554432
BOARD_CACHEIMAGE_PARTITION_SIZE := 157286400
BOARD_VENDORIMAGE_PARTITION_SIZE := 452984832
# Inherit common board flags
include device/samsung/universal7885-common/BoardConfigCommon.mk

View file

@ -65,9 +65,6 @@ include device/samsung/universal7885-common/configs/vintf/manifest.mk
TARGET_LMKD_STATS_LOG := true
# Partitions
BOARD_BOOTIMAGE_PARTITION_SIZE := 33554432
BOARD_CACHEIMAGE_PARTITION_SIZE := 157286400
BOARD_VENDORIMAGE_PARTITION_SIZE := 452984832
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_FLASH_BLOCK_SIZE := 131072