mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
Addtitionally, Add device-specific trees as well Change-Id: Icbbc31c063b18bce3702d0b208a0aee78148a7c0 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
13 lines
411 B
Makefile
13 lines
411 B
Makefile
$(call inherit-product, device/samsung/a20/full_a20.mk)
|
|
|
|
# Inherit some common Lineage stuff.
|
|
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
|
|
|
|
PRODUCT_NAME := aosp_a20
|
|
TARGET_FACE_UNLOCK_SUPPORTED := true
|
|
|
|
TARGET_SUPPORTS_GOOGLE_RECORDER := true
|
|
TARGET_INCLUDE_STOCK_ARCORE := true
|
|
TARGET_INCLUDE_LIVE_WALLPAPERS := true
|
|
# Set bootanimation resolution to 7200p
|
|
TARGET_BOOT_ANIMATION_RES := 720
|