mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
a20: Init
This commit is contained in:
commit
618f125948
7 changed files with 213 additions and 0 deletions
23
BoardConfig.mk
Normal file
23
BoardConfig.mk
Normal 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
|
||||
|
||||
Loading…
Reference in a new issue