From e817363e4c11da6d9764632c3f6118cc1c7ce7a3 Mon Sep 17 00:00:00 2001 From: DidntRead Date: Tue, 30 Apr 2019 15:27:35 +0300 Subject: [PATCH] switch back to rr --- AndroidProducts.mk | 2 +- device_k5fpr.mk | 4 ++-- lineage_k5fpr.mk => rr_k5fpr.mk | 6 +++--- vendorsetup.sh | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) rename lineage_k5fpr.mk => rr_k5fpr.mk (90%) diff --git a/AndroidProducts.mk b/AndroidProducts.mk index 858d3ed..c695d8d 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -1,2 +1,2 @@ PRODUCT_MAKEFILES := \ - $(LOCAL_DIR)/lineage_k5fpr.mk + $(LOCAL_DIR)/rr_k5fpr.mk diff --git a/device_k5fpr.mk b/device_k5fpr.mk index 4cd0653..f20e448 100644 --- a/device_k5fpr.mk +++ b/device_k5fpr.mk @@ -17,8 +17,8 @@ LOCAL_PATH := device/lenovo/k5fpr # Hardware-specific permissions PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \ - frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml + frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \ + frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml # Vendor $(call inherit-product, vendor/lenovo/k5fpr/k5fpr-vendor.mk) diff --git a/lineage_k5fpr.mk b/rr_k5fpr.mk similarity index 90% rename from lineage_k5fpr.mk rename to rr_k5fpr.mk index 5e594b7..ea3a17e 100644 --- a/lineage_k5fpr.mk +++ b/rr_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 LOS stuff. -$(call inherit-product, vendor/lineage/config/common_full_phone.mk) +# Inherit some common RR stuff. +$(call inherit-product, vendor/rr/config/common.mk) PRODUCT_GMS_CLIENTID_BASE := android-lenovo PRODUCT_DEVICE := k5fpr -PRODUCT_NAME := lineage_k5fpr +PRODUCT_NAME := rr_k5fpr PRODUCT_BRAND := Lenovo PRODUCT_MANUFACTURER := Lenovo PRODUCT_MODEL := Lenovo A7010a48 diff --git a/vendorsetup.sh b/vendorsetup.sh index 5f1f70f..46c51b4 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 lineage_k5fpr-$var + add_lunch_combo rr_k5fpr-$var done -- GitLab