mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: add Samsungparts
* It is based on XiaomiParts usually found on Xiaomi device trees Change-Id: If34ba79bba05ede0ce98bbedf14a1c318bee8fc4 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
71ff7a7017
commit
651386dfff
75 changed files with 3094 additions and 723 deletions
|
|
@ -1,2 +0,0 @@
|
|||
PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/aosp_a20e.mk
|
||||
|
|
@ -7,7 +7,7 @@ TARGET_OTA_ASSERT_DEVICE := a20e,a20edd
|
|||
TARGET_KEYMASTER_VARIANT := samsung
|
||||
|
||||
# Kernel
|
||||
TARGET_KERNEL_CONFIG := exynos7885-a20e_permissive_defconfig
|
||||
TARGET_KERNEL_CONFIG := exynos7885-a20e_enforcing_defconfig
|
||||
|
||||
# Display
|
||||
TARGET_SCREEN_DENSITY := 320
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
$(call inherit-product, device/samsung/a20e/full_a20e.mk)
|
||||
|
||||
# Inherit some common Lineage stuff.
|
||||
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
|
||||
|
||||
PRODUCT_NAME := aosp_a20e
|
||||
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
|
||||
Loading…
Reference in a new issue