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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue