mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
27 lines
618 B
Makefile
27 lines
618 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
|
|
|
|
# SPL
|
|
VENDOR_SECURITY_PATCH := 2021-06-01
|
|
|