diff options
| author | desaishivam26 <kane.desai@gmail.com> | 2015-12-28 14:45:34 +0530 |
|---|---|---|
| committer | desaishivam26 <kane.desai@gmail.com> | 2015-12-28 14:47:27 +0530 |
| commit | 058c1479221bc77a2cc322fba3572b91f639ecd8 (patch) | |
| tree | 4583855799306040f62b890f59c3681004ce04b8 | |
| parent | 37a91c063241a1da58f7ca44c65ee17ef4117a96 (diff) | |
titan: switch to aicp
Change-Id: I2c3428bc974c0db5e44f4e4158a150437f752660
| -rw-r--r-- | aicp.dependencies | 22 | ||||
| -rw-r--r-- | cm.dependencies | 6 | ||||
| -rw-r--r-- | cm.mk | 9 |
3 files changed, 22 insertions, 15 deletions
diff --git a/aicp.dependencies b/aicp.dependencies new file mode 100644 index 0000000..366d4b3 --- /dev/null +++ b/aicp.dependencies @@ -0,0 +1,22 @@ +[ + { + "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" + }, + { + "repository": "CyanogenMod/android_external_sony_boringssl-compat", + "target_path": "external/sony/boringssl-compat", + "branch": "cm-13.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/titan/full_titan.mk) - -# Inherit some common CM stuff. -$(call inherit-product, vendor/cm/config/common_full_phone.mk) - -PRODUCT_RELEASE_NAME := titan -PRODUCT_NAME := cm_titan - -PRODUCT_GMS_CLIENTID_BASE := android-motorola |
