From cd32b6caf7dcd24d72c5b69340abdc7e5cae25f8 Mon Sep 17 00:00:00 2001 From: DidntRead Date: Mon, 1 Apr 2019 19:51:32 +0300 Subject: [PATCH] update build fingerprint from s300 and switch back to los --- AndroidProducts.mk | 2 +- README.md | 2 +- rr_k5fpr.mk => lineage_k5fpr.mk | 10 +++++----- vendorsetup.sh | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) rename rr_k5fpr.mk => lineage_k5fpr.mk (81%) diff --git a/AndroidProducts.mk b/AndroidProducts.mk index c695d8d..858d3ed 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -1,2 +1,2 @@ PRODUCT_MAKEFILES := \ - $(LOCAL_DIR)/rr_k5fpr.mk + $(LOCAL_DIR)/lineage_k5fpr.mk diff --git a/README.md b/README.md index 7266cc4..2154458 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,4 @@ Rear Camera | 13MP , Dual LED Flash! Front Camera | 5MP -This branch is for building ResurrectionRemix 7 (or Android Pie 8.0 AOSP based roms) ROM. +This branch is for building ResurrectionRemix 7 (or Android Pie 9.0 AOSP based roms) ROM. diff --git a/rr_k5fpr.mk b/lineage_k5fpr.mk similarity index 81% rename from rr_k5fpr.mk rename to lineage_k5fpr.mk index 8342bce..5e594b7 100644 --- a/rr_k5fpr.mk +++ b/lineage_k5fpr.mk @@ -20,13 +20,13 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) # Inherit from A7010 device $(call inherit-product, device/lenovo/k5fpr/device_k5fpr.mk) -# Inherit some common RR stuff. -$(call inherit-product, vendor/rr/config/common_full_phone.mk) +# Inherit some common LOS stuff. +$(call inherit-product, vendor/lineage/config/common_full_phone.mk) PRODUCT_GMS_CLIENTID_BASE := android-lenovo PRODUCT_DEVICE := k5fpr -PRODUCT_NAME := rr_k5fpr +PRODUCT_NAME := lineage_k5fpr PRODUCT_BRAND := Lenovo PRODUCT_MANUFACTURER := Lenovo PRODUCT_MODEL := Lenovo A7010a48 @@ -34,6 +34,6 @@ PRODUCT_RELEASE_NAME := k5fpr PRODUCT_BUILD_PROP_OVERRIDES += \ PRODUCT_NAME=k5fpr \ - PRIVATE_BUILD_DESC="k5fpr-user 6.0 MRA58K A7010a48_S232_161227_ROW release-keys" + PRIVATE_BUILD_DESC="k5fpr-user 6.0 MRA58K A7010a48_S300_190315_ROW release-keys" -BUILD_FINGERPRINT := Lenovo/k5fpr/A7010a48:6.0/MRA58K/RA7010a48_S232_161227_ROW.12271429:user/release-keys \ +BUILD_FINGERPRINT := Lenovo/k5fpr/A7010a48:6.0/MRA58K/RA7010a48_S300_190315_ROW.03151804:user/release-keys \ diff --git a/vendorsetup.sh b/vendorsetup.sh index 46c51b4..5f1f70f 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -21,5 +21,5 @@ # function: add_lunch_combo generic-eng for var in eng user userdebug; do - add_lunch_combo rr_k5fpr-$var + add_lunch_combo lineage_k5fpr-$var done -- GitLab