a30s: Put partition sizes pulled from a30s

This commit is contained in:
Soo-Hwan Na 2022-06-08 12:04:09 +09:00 committed by GitHub
commit 9fba29cf56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@ TARGET_OTA_ASSERT_DEVICE := a30s,a30sdd
TARGET_KERNEL_CONFIG := exynos7885-a30s_defconfig
# Display
TARGET_SCREEN_DENSITY := 420
TARGET_SCREEN_DENSITY := 280
# Partitions
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 5158993920
BOARD_CACHEIMAGE_PARTITION_SIZE := 157286400
BOARD_VENDORIMAGE_PARTITION_SIZE := 452984832
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 5033164800
BOARD_CACHEIMAGE_PARTITION_SIZE := 209715200
BOARD_VENDORIMAGE_PARTITION_SIZE := 645922816
# Inherit common board flags
include device/samsung/universal7885-common/BoardConfigCommon.mk