sm8150-common: bring EvolutionX

This commit is contained in:
chematelegram
2021-06-08 14:17:31 +02:00
parent 4f5db8d64b
commit 2f0f255045
4 changed files with 12 additions and 10 deletions

View File

@@ -5,4 +5,4 @@
#
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/revengeos_zippo.mk
$(LOCAL_DIR)/evolution_zippo.mk

View File

@@ -9,3 +9,9 @@ $(call inherit-product-if-exists, vendor/lenovo/zippo/zippo-vendor.mk)
# sm8150-common
$(call inherit-product, device/lenovo/sm8150-common/common.mk)
# Face Unlock
TARGET_FACE_UNLOCK_SUPPORTED := true
TARGET_FACE_UNLOCK := true
PRODUCT_PACKAGES += \
FaceUnlockService

View File

@@ -6,16 +6,18 @@
$(call inherit-product, device/lenovo/zippo/device.mk)
# Inherit some common RevengeOS stuff.
$(call inherit-product, vendor/revengeos/config/common.mk)
# Inherit some common EvolutionX stuff.
EXTRA_FOD_ANIMATIONS := true
TARGET_BOOT_ANIMATION_RES := 1080
WITH_GAPPS := true
$(call inherit-product, vendor/evolution/config/common_full_phone.mk)
# Device identifier. This must come after all inclusions.
PRODUCT_BRAND := Lenovo
PRODUCT_DEVICE := zippo
PRODUCT_MANUFACTURER := Lenovo
PRODUCT_MODEL := Lenovo L78051
PRODUCT_NAME := revengeos_zippo
PRODUCT_NAME := evolution_zippo
PRODUCT_GMS_CLIENTID_BASE := android-lenovo

View File

@@ -1,6 +0,0 @@
[
{
"repository": "android_device_lenovo_sm8150-common",
"target_path": "device/lenovo/sm8150-common"
}
]