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

bringup rr

Change-Id: Iabb5dd85abc8d91edbd0fb77ff2174d427ee4beb
parent b87422cd
No related branches found
No related tags found
No related merge requests found
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/lineage_k5fpr.mk
$(LOCAL_DIR)/rr_k5fpr.mk
......@@ -21,14 +21,13 @@ LOCAL_PATH := device/lenovo/k5fpr
TARGET_COPY_OUT_VENDOR := vendor
# Inherit common boardconfig
-include device/lenovo/mt6753-common/BoardConfigCommon.mk
include device/lenovo/mt6753-common/BoardConfigCommon.mk
#######################################################################
# Kernel
TARGET_KERNEL_SOURCE := kernel/lenovo/k5fpr
TARGET_KERNEL_CONFIG := k5fpr_defconfig
BOARD_NAME := A7010
# OTA assert
TARGET_OTA_ASSERT_DEVICE := A7010a48,LENOVO,k5fpr,a7010a48
......
......@@ -16,13 +16,13 @@
# 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_full_phone.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
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment