mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
treewide: update partition sizes
This commit is contained in:
parent
cbc34f8e37
commit
24ff1bae86
6 changed files with 21 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue