diff options
| author | jro1979oliver <jroliveira.oliveira301@gmail.com> | 2021-01-14 16:02:38 -0300 |
|---|---|---|
| committer | Jeferson <jroliveira.oliveira301@gmail.com> | 2022-06-02 16:15:13 +0200 |
| commit | 47aadd619dbdbce2bfad2e2256a405d331d0a110 (patch) | |
| tree | 1ade7a0c3edef945b9811be52e24ab4e6533d0bb | |
| parent | 643906ae4225430704a32ff3715669cfaccc38ae (diff) | |
lake: Aicipify
Change-Id: Ib7dba6879a4fef9fb5450495572f6823e6ef2544
| -rw-r--r-- | AndroidProducts.mk | 8 | ||||
| -rw-r--r-- | aicp.dependencies (renamed from lineage.dependencies) | 0 | ||||
| -rw-r--r-- | aicp_lake.mk (renamed from lineage_lake.mk) | 10 |
3 files changed, 11 insertions, 7 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk index 1f5110a..aa6a17c 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -15,9 +15,9 @@ # PRODUCT_MAKEFILES := \ - $(LOCAL_DIR)/lineage_lake.mk + $(LOCAL_DIR)/aicp_lake.mk COMMON_LUNCH_CHOICES := \ - lineage_lake-eng \ - lineage_lake-user \ - lineage_lake-userdebug + aicp_lake-eng \ + aicp_lake-user \ + aicp_lake-userdebug diff --git a/lineage.dependencies b/aicp.dependencies index 5ab4ba9..5ab4ba9 100644 --- a/lineage.dependencies +++ b/aicp.dependencies diff --git a/lineage_lake.mk b/aicp_lake.mk index 0e1dc4e..480c533 100644 --- a/lineage_lake.mk +++ b/aicp_lake.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 := lake -PRODUCT_NAME := lineage_lake +PRODUCT_NAME := aicp_lake PRODUCT_BRAND := motorola PRODUCT_MODEL := moto g(7) plus PRODUCT_MANUFACTURER := motorola @@ -64,3 +64,7 @@ PRODUCT_BUILD_PROP_OVERRIDES += \ PRIVATE_BUILD_DESC="lake-user 10 QPW30.61-21-18-7-12 b1002 release-keys" BUILD_FINGERPRINT := motorola/lake_retail/lake:10/QPWS30.61-21-18-7-12/b1002:user/release-keys + +# AICP Device Maintainers +PRODUCT_BUILD_PROP_OVERRIDES += \ + DEVICE_MAINTAINERS="Jeferson Oliveira (jro1979oliver)" |
