a20: Init

This commit is contained in:
royna2544 2025-03-23 13:51:30 +09:00
commit 618f125948
7 changed files with 213 additions and 0 deletions

23
BoardConfig.mk Normal file
View file

@ -0,0 +1,23 @@
DEVICE_PATH := device/samsung/a20
# Asserts
TARGET_OTA_ASSERT_DEVICE := a20,a20dd
# Kernel
TARGET_KERNEL_CONFIG := exynos7885-a20_defconfig
# Display
TARGET_SCREEN_DENSITY := 280
# Partitions
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528 # 55MB
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 4320133120 #4.02GB
BOARD_CACHEIMAGE_PARTITION_SIZE := 157286400
BOARD_VENDORIMAGE_PARTITION_SIZE := 452984832
# Inherit common board flags
include device/samsung/exynos7885-common/BoardConfigCommon.mk
# SPL
VENDOR_SECURITY_PATCH := 2021-06-01