pyxis: Initialize for Evolution X 9.x

This commit is contained in:
Rodney Etienne
2024-05-16 20:55:58 -04:00
parent 1cefe54ba3
commit 42dd1da2b2
5 changed files with 16 additions and 8 deletions

View File

@@ -27,10 +27,13 @@ PRODUCT_COPY_FILES += \
TARGET_SCREEN_HEIGHT := 2340
TARGET_SCREEN_WIDTH := 1080
# Inherit BCR
$(call inherit-product, vendor/bcr/bcr.mk)
# Overlays
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay \
$(LOCAL_PATH)/overlay-lineage
$(LOCAL_PATH)/overlay-evolution
# QDCM
PRODUCT_COPY_FILES += \

10
evolution.dependencies Normal file
View File

@@ -0,0 +1,10 @@
[
{
"repository": "device_xiaomi_sdm710-common",
"target_path": "device/xiaomi/sdm710-common"
},
{
"repository": "vendor_xiaomi_pyxis",
"target_path": "vendor/xiaomi/pyxis"
},
]

View File

@@ -1,6 +0,0 @@
[
{
"repository": "android_device_xiaomi_sdm710-common",
"target_path": "device/xiaomi/sdm710-common"
}
]

View File

@@ -8,13 +8,14 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit some common Lineage stuff.
# Inherit some common Evolution X configuration.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
TARGET_USES_MINI_GAPPS := true
EXTRA_UDFPS_ANIMATIONS := true
TARGET_SUPPORTS_QUICK_TAP := true
TARGET_FACE_UNLOCK_SUPPORTED := true
EVO_BUILD_TYPE := Official
# Inherit from pyxis device
$(call inherit-product, device/xiaomi/pyxis/device.mk)