pyxis: Initialize for Evolution X 9.x
This commit is contained in:
@@ -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
10
evolution.dependencies
Normal 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"
|
||||
},
|
||||
]
|
||||
@@ -1,6 +0,0 @@
|
||||
[
|
||||
{
|
||||
"repository": "android_device_xiaomi_sdm710-common",
|
||||
"target_path": "device/xiaomi/sdm710-common"
|
||||
}
|
||||
]
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user