diff options
| author | zinstack625 <klimanov625@outlook.com> | 2021-08-16 21:03:33 +0300 |
|---|---|---|
| committer | zinstack625 <klimanov625@outlook.com> | 2021-08-16 21:03:33 +0300 |
| commit | 76908580fdf8cced71dd44877bee04ddafcc1819 (patch) | |
| tree | 074f1fbfdc4d46222b6cdaec451c44848dcb3234 | |
| parent | ee6c1461e0c8925466c28126811c41aff94235cd (diff) | |
ocean: AICP-ify
| -rw-r--r-- | AndroidProducts.mk | 8 | ||||
| -rw-r--r-- | aicp.dependencies | 6 | ||||
| -rw-r--r-- | aicp_ocean.mk (renamed from lineage_ocean.mk) | 6 | ||||
| -rw-r--r-- | lineage.dependencies | 6 |
4 files changed, 13 insertions, 13 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk index 7a15269..3f13765 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -15,9 +15,9 @@ # PRODUCT_MAKEFILES := \ - $(LOCAL_DIR)/lineage_ocean.mk + $(LOCAL_DIR)/aicp_ocean.mk COMMON_LUNCH_CHOICES := \ - lineage_ocean-eng \ - lineage_ocean-user \ - lineage_ocean-userdebug + aicp_ocean-eng \ + aicp_ocean-user \ + aicp_ocean-userdebug diff --git a/aicp.dependencies b/aicp.dependencies new file mode 100644 index 0000000..0011640 --- /dev/null +++ b/aicp.dependencies @@ -0,0 +1,6 @@ +[ + { + "repository": "AICP/android_device_motorola_sdm632-common", + "target_path": "device/motorola/sdm632-common" + } +] diff --git a/lineage_ocean.mk b/aicp_ocean.mk index 3c41d9d..1fa4177 100644 --- a/lineage_ocean.mk +++ b/aicp_ocean.mk @@ -19,8 +19,8 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk) -# Inherit some common Lineage stuff -$(call inherit-product, vendor/lineage/config/common_full_phone.mk) +# Inherit some common AICP stuff +$(call inherit-product, vendor/aicp/config/common_full_phone.mk) # Inherit from ocean device $(call inherit-product, $(LOCAL_PATH)/device.mk) @@ -32,7 +32,7 @@ PRODUCT_VENDOR_PROPERTY_BLACKLIST := \ PRODUCT_BRAND := motorola PRODUCT_DEVICE := ocean PRODUCT_MANUFACTURER := motorola -PRODUCT_NAME := lineage_ocean +PRODUCT_NAME := aicp_ocean PRODUCT_MODEL := moto g(7) power PRODUCT_BUILD_PROP_OVERRIDES += \ diff --git a/lineage.dependencies b/lineage.dependencies deleted file mode 100644 index ae91829..0000000 --- a/lineage.dependencies +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "repository": "android_device_motorola_sdm632-common", - "target_path": "device/motorola/sdm632-common" - } -] |
