diff options
| author | RolanDroid <rolandosimoncelli8@gmail.com> | 2015-11-27 19:09:53 +0100 |
|---|---|---|
| committer | RolanDroid <rolandosimoncelli8@gmail.com> | 2015-11-27 19:09:53 +0100 |
| commit | 7312ac57366d8edc236217ec2857c0f1d342fe60 (patch) | |
| tree | 5ecc4f36828bfe0cbb13ebb461ebbfddc20e9d87 | |
| parent | d737396c1b17b7acea9d70b8a49c8faf829b4d24 (diff) | |
AICP
| -rw-r--r-- | aicp.dependencies | 17 | ||||
| -rw-r--r-- | cm.dependencies | 6 | ||||
| -rw-r--r-- | cm.mk | 9 |
3 files changed, 17 insertions, 15 deletions
diff --git a/aicp.dependencies b/aicp.dependencies new file mode 100644 index 0000000..8dcd95d --- /dev/null +++ b/aicp.dependencies @@ -0,0 +1,17 @@ +[ + { + "repository": "AICP/device_motorola_msm8226-common", + "target_path": "device/motorola/msm8226-common", + "branch": "mm6.0" + }, + { + "repository": "CyanogenMod/android_kernel_motorola_msm8226", + "target_path": "kernel/motorola/msm8226", + "branch": "cm-13.0" + }, + { + "repository": "AICP/proprietary_vendor_motorola", + "target_path": "vendor/motorola", + "branch": "mm6.0" + } +] diff --git a/cm.dependencies b/cm.dependencies deleted file mode 100644 index f8e8f73..0000000 --- a/cm.dependencies +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "repository": "android_device_motorola_msm8226-common", - "target_path": "device/motorola/msm8226-common" - } -] @@ -1,9 +0,0 @@ -$(call inherit-product, device/motorola/peregrine/full_peregrine.mk) - -# Inherit some common CM stuff. -$(call inherit-product, vendor/cm/config/common_full_phone.mk) - -PRODUCT_RELEASE_NAME := peregrine -PRODUCT_NAME := cm_peregrine - -PRODUCT_GMS_CLIENTID_BASE := android-motorola |
