android_device_samsung_a20/a20/BoardConfig.mk
2022-03-22 18:35:49 +09:00

17 lines
410 B
Makefile

DEVICE_PATH := device/samsung/a20
# Asserts
TARGET_OTA_ASSERT_DEVICE := a20,a20dd
# Kernel
TARGET_KERNEL_CONFIG := exynos7885-a20_enforcing_defconfig
# Display
TARGET_SCREEN_DENSITY := 411
# Partitions
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528 # 55MB
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 4320133120 #4.02GB
# Inherit common board flags
include device/samsung/universal7885-common/BoardConfigCommon.mk