Commit e817363e authored by DidntRead's avatar DidntRead
Browse files

switch back to rr

parent cd32b6ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
PRODUCT_MAKEFILES := \
    $(LOCAL_DIR)/lineage_k5fpr.mk
    $(LOCAL_DIR)/rr_k5fpr.mk
+2 −2
Original line number Diff line number Diff line
@@ -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)
+3 −3
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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