android_device_samsung_a20/BoardConfig.mk
Chara c5275d4a6e a20: General CharaROM Fixups
- Points to CharaROM repos where needed
- Boot and Vendor SPLs match Platform SPL
- Add a "encryption unsupported" prompt, which will be used by lineage-sdk
2026-07-20 18:11:43 -04:00

28 lines
685 B
Makefile

DEVICE_PATH := device/samsung/a20
# Inherit common board flags
include device/samsung/exynos7885-common/BoardConfigCommon.mk
# Asserts
TARGET_OTA_ASSERT_DEVICE := a20,a20dd
# Display
TARGET_SCREEN_DENSITY := 280
# Kernel
TARGET_KERNEL_CONFIG := exynos7885_defconfig
TARGET_KERNEL_CONFIG += a20.config
# Partitions
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528 # 55MB
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 4303355904
BOARD_CACHEIMAGE_PARTITION_SIZE := 157286400
BOARD_VENDORIMAGE_PARTITION_SIZE := 452984832
# Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# Security
BOOT_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
VENDOR_SECURITY_PATCH := $(BOOT_SECURITY_PATCH)