mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
20 lines
543 B
Makefile
20 lines
543 B
Makefile
DEVICE_PATH := device/samsung/a30
|
|
|
|
# Asserts
|
|
TARGET_OTA_ASSERT_DEVICE := a30,a30dd
|
|
|
|
# Kernel
|
|
TARGET_KERNEL_CONFIG := exynos7885-a30_enforcing_defconfig
|
|
|
|
# Display
|
|
TARGET_SCREEN_DENSITY := 420
|
|
|
|
# Partitions# Partitions
|
|
BOARD_BOOTIMAGE_PARTITION_SIZE := 37748736
|
|
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528
|
|
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 5033164800
|
|
BOARD_CACHEIMAGE_PARTITION_SIZE := 157286400
|
|
BOARD_VENDORIMAGE_PARTITION_SIZE := 452984832
|
|
|
|
# Inherit common board flags
|
|
include device/samsung/universal7885-common/BoardConfigCommon.mk
|