diff --git a/AndroidProducts.mk b/AndroidProducts.mk index 4fb6982..0edd0c7 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -5,4 +5,4 @@ # PRODUCT_MAKEFILES := \ - $(LOCAL_DIR)/lineage_zippo.mk + $(LOCAL_DIR)/revengeos_zippo.mk diff --git a/lineage_zippo.mk b/revengeos_zippo.mk similarity index 79% rename from lineage_zippo.mk rename to revengeos_zippo.mk index edf856f..1ff5ec2 100644 --- a/lineage_zippo.mk +++ b/revengeos_zippo.mk @@ -6,15 +6,16 @@ $(call inherit-product, device/lenovo/zippo/device.mk) -# Inherit some common Lineage stuff. -$(call inherit-product, vendor/lineage/config/common_full_phone.mk) +# Inherit some common RevengeOS stuff. +$(call inherit-product, vendor/revengeos/config/common.mk) +TARGET_BOOT_ANIMATION_RES := 1080 # Device identifier. This must come after all inclusions. PRODUCT_BRAND := Lenovo PRODUCT_DEVICE := zippo PRODUCT_MANUFACTURER := Lenovo PRODUCT_MODEL := Lenovo L78051 -PRODUCT_NAME := lineage_zippo +PRODUCT_NAME := revengeos_zippo PRODUCT_GMS_CLIENTID_BASE := android-lenovo