Skip to content
Snippets Groups Projects
Commit dac15e8a authored by DidntRead's avatar DidntRead
Browse files

change to los

parent ee31719b
No related branches found
No related tags found
No related merge requests found
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/dot.mk
$(LOCAL_DIR)/lineage.mk
......@@ -16,8 +16,8 @@
# Inherit from A7010 device
$(call inherit-product, device/lenovo/k5fpr/device_k5fpr.mk)
# Inherit some common CM stuff.
$(call inherit-product, vendor/dot/config/common.mk)
# Inherit some common LOS stuff.
$(call inherit-product, vendor/lineage/config/common.mk)
# Boot animation
TARGET_SCREEN_WIDTH := 1080
......@@ -27,7 +27,7 @@ TARGET_BOOTANIMATION_HALF_RES := true
PRODUCT_GMS_CLIENTID_BASE := android-lenovo
PRODUCT_DEVICE := k5fpr
PRODUCT_NAME := dot_k5fpr
PRODUCT_NAME := lineage_k5fpr
PRODUCT_BRAND := Lenovo
PRODUCT_MANUFACTURER := Lenovo
PRODUCT_MODEL := Lenovo A7010a48
......
......@@ -21,5 +21,5 @@
# function: add_lunch_combo generic-eng
for var in eng user userdebug; do
add_lunch_combo dot_k5fpr-$var
add_lunch_combo lineage_k5fpr-$var
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment