From 22b757488ddd60a5a3cf7fe4c6908a15d4e36158 Mon Sep 17 00:00:00 2001 From: RajatBillava <56195427+RajatBillava@users.noreply.github.com> Date: Wed, 9 Oct 2019 19:55:44 +0530 Subject: [PATCH] PE Bring Up --- pixys_k5fpr.mk => aosp_k5fpr.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename pixys_k5fpr.mk => aosp_k5fpr.mk (88%) diff --git a/pixys_k5fpr.mk b/aosp_k5fpr.mk similarity index 88% rename from pixys_k5fpr.mk rename to aosp_k5fpr.mk index b2912dc..75bb4fd 100644 --- a/pixys_k5fpr.mk +++ b/aosp_k5fpr.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 The LineageOS Project +# Copyright (C) 2019 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. @@ -21,8 +21,8 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) # Inherit from A7010a48 device $(call inherit-product, device/lenovo/k5fpr/device_k5fpr.mk) -# Inherit some common Pixys stuff. -$(call inherit-product, vendor/pixys/config/common_full_phone.mk) +# Inherit some common Pixel stuff. +$(call inherit-product, vendor/aosp/config/common_full_phone.mk) # Inherit Boot Animation Resolution TARGET_BOOT_ANIMATION_RES := 1080 @@ -30,7 +30,7 @@ TARGET_BOOT_ANIMATION_RES := 1080 PRODUCT_GMS_CLIENTID_BASE := android-lenovo PRODUCT_DEVICE := k5fpr -PRODUCT_NAME := pixys_k5fpr +PRODUCT_NAME := aosp_k5fpr PRODUCT_BRAND := Lenovo PRODUCT_MANUFACTURER := Lenovo PRODUCT_MODEL := Lenovo A7010a48 -- GitLab