From c77caa3fe622d2864ea42f27e4d3d2b76031f0fa Mon Sep 17 00:00:00 2001 From: RajatBillava <56195427+RajatBillava@users.noreply.github.com> Date: Wed, 9 Oct 2019 21:10:04 +0800 Subject: [PATCH] Pixys BringUp (2/3) --- rr_k5fpr.mk => pixys_k5fpr.mk | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) rename rr_k5fpr.mk => pixys_k5fpr.mk (80%) diff --git a/rr_k5fpr.mk b/pixys_k5fpr.mk similarity index 80% rename from rr_k5fpr.mk rename to pixys_k5fpr.mk index ea3a17e..b2912dc 100644 --- a/rr_k5fpr.mk +++ b/pixys_k5fpr.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2017 The LineageOS Project +# Copyright (C) 2018 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,21 +12,25 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +# # Product common configurations $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) -# Inherit from A7010 device +# Inherit from A7010a48 device $(call inherit-product, device/lenovo/k5fpr/device_k5fpr.mk) -# Inherit some common RR stuff. -$(call inherit-product, vendor/rr/config/common.mk) +# Inherit some common Pixys stuff. +$(call inherit-product, vendor/pixys/config/common_full_phone.mk) + +# Inherit Boot Animation Resolution +TARGET_BOOT_ANIMATION_RES := 1080 PRODUCT_GMS_CLIENTID_BASE := android-lenovo PRODUCT_DEVICE := k5fpr -PRODUCT_NAME := rr_k5fpr +PRODUCT_NAME := pixys_k5fpr PRODUCT_BRAND := Lenovo PRODUCT_MANUFACTURER := Lenovo PRODUCT_MODEL := Lenovo A7010a48 @@ -34,6 +38,7 @@ PRODUCT_RELEASE_NAME := k5fpr PRODUCT_BUILD_PROP_OVERRIDES += \ PRODUCT_NAME=k5fpr \ + TARGET_DEVICE="k5fpr" \ PRIVATE_BUILD_DESC="k5fpr-user 6.0 MRA58K A7010a48_S300_190315_ROW release-keys" BUILD_FINGERPRINT := Lenovo/k5fpr/A7010a48:6.0/MRA58K/RA7010a48_S300_190315_ROW.03151804:user/release-keys \ -- GitLab