aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjro1979oliver <jroliveira.oliveira301@gmail.com>2021-01-14 16:02:38 -0300
committerJeferson <jroliveira.oliveira301@gmail.com>2022-06-02 15:38:06 +0200
commit08b9253d8defce20d23a2a6374126bbb55e399cd (patch)
tree21a0996ec335b053d286ef73748ec14f5f8d34d5
parent728be5c7656cd78c7427d7f73c2b403328297013 (diff)
evert: Aicipify
Change-Id: Ib7dba6879a4fef9fb5450495572f6823e6ef2544
-rw-r--r--AndroidProducts.mk8
-rw-r--r--aicp.dependencies (renamed from lineage.dependencies)2
-rw-r--r--aicp_evert.mk (renamed from lineage_evert.mk)10
3 files changed, 12 insertions, 8 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index cd8ecf8..06e6187 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -15,9 +15,9 @@
#
PRODUCT_MAKEFILES := \
- $(LOCAL_DIR)/lineage_evert.mk
+ $(LOCAL_DIR)/aicp_evert.mk
COMMON_LUNCH_CHOICES := \
- lineage_evert-eng \
- lineage_evert-user \
- lineage_evert-userdebug
+ aicp_evert-eng \
+ aicp_evert-user \
+ aicp_evert-userdebug
diff --git a/lineage.dependencies b/aicp.dependencies
index 5ab4ba9..c0e8317 100644
--- a/lineage.dependencies
+++ b/aicp.dependencies
@@ -1,6 +1,6 @@
[
{
- "repository": "android_device_motorola_sdm660-common",
+ "repository": "AICP/device_motorola_sdm660-common",
"target_path": "device/motorola/sdm660-common"
}
]
diff --git a/lineage_evert.mk b/aicp_evert.mk
index 1f59bf7..affe329 100644
--- a/lineage_evert.mk
+++ b/aicp_evert.mk
@@ -14,9 +14,9 @@
# limitations under the License.
#
-# Inherit some common Lineage stuff.
+# Inherit some common aicp stuff.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
-$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
+$(call inherit-product, vendor/aicp/config/common_full_phone.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
@@ -54,7 +54,7 @@ TARGET_RECOVERY_FSTAB := device/motorola/sdm660-common/rootdir/etc/fstab.qcom
# Device identifiers
PRODUCT_DEVICE := evert
-PRODUCT_NAME := lineage_evert
+PRODUCT_NAME := aicp_evert
PRODUCT_BRAND := motorola
PRODUCT_MODEL := Moto G6 Plus
PRODUCT_MANUFACTURER := Motorola
@@ -64,3 +64,7 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="evert-user 8.0.0 OPW27.113-89 116 release-keys"
BUILD_FINGERPRINT := motorola/evert/evert:8.0.0/OPW27.113-89/116:user/release-keys
+
+# AICP Device Maintainers
+PRODUCT_BUILD_PROP_OVERRIDES += \
+ DEVICE_MAINTAINERS="Jeferson Oliveira (jro1979oliver)"