diff options
| author | doc HD <doc.divxm@gmail.com> | 2016-01-15 14:38:04 +0200 |
|---|---|---|
| committer | Trafalgar Square <schneller.demian@gmail.com> | 2016-12-18 08:55:23 +0100 |
| commit | 019e97bde2df462aa4de4fd4e232a0de1e71ef95 (patch) | |
| tree | e4f9ca49d9b316d48f99a85c166bf42aa37f92db | |
| parent | dc732c33beedfb1da9a0ecdb5141b834a0c4a416 (diff) | |
condor: Switch to AICP
Change-Id: I11c3849564b8bf29418f91235b767b5b671f9d84
| -rw-r--r-- | aicp.dependencies | 32 | ||||
| -rw-r--r-- | cm.dependencies | 10 | ||||
| -rw-r--r-- | cm.mk | 8 | ||||
| -rw-r--r-- | system.prop | 6 | ||||
| -rw-r--r-- | vendorsetup.sh | 1 |
5 files changed, 38 insertions, 19 deletions
diff --git a/aicp.dependencies b/aicp.dependencies new file mode 100644 index 0000000..bc1d066 --- /dev/null +++ b/aicp.dependencies @@ -0,0 +1,32 @@ +[ + { + "repository": "CyanogenMod/android_device_motorola_msm8610-common", + "target_path": "device/motorola/msm8610-common", + "branch": "cm-14.1" + }, + { + "repository": "TheMuppets/proprietary_vendor_motorola", + "target_path": "vendor/motorola", + "branch": "cm-14.1" + }, + { + "repository": "CyanogenMod/android_external_sony_boringssl-compat", + "target_path": "external/sony/boringssl-compat", + "branch": "cm-14.1" + }, + { + "repository": "CyanogenMod/android_packages_resources_devicesettings", + "target_path": "packages/resources/devicesettings", + "branch": "cm-14.1" + }, + { + "repository": "CyanogenMod/android_kernel_motorola_msm8610", + "target_path": "kernel/motorola/msm8610", + "branch": "cm-14.1" + }, + { + "repository": "TheMuppets/proprietary_vendor_qcom_binaries", + "target_path": "vendor/qcom/binaries", + "branch": "cm-14.1" + } +] diff --git a/cm.dependencies b/cm.dependencies deleted file mode 100644 index 700d0ff..0000000 --- a/cm.dependencies +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "repository": "android_device_motorola_msm8610-common", - "target_path": "device/motorola/msm8610-common" - }, - { - "repository": "android_packages_resources_devicesettings", - "target_path": "packages/resources/devicesettings" - } -] @@ -1,8 +0,0 @@ -$(call inherit-product, device/motorola/condor/full_condor.mk) - -# Inherit some common CM stuff. -$(call inherit-product, vendor/cm/config/common_full_phone.mk) - -## Device identifier. This must come after all inclusions -PRODUCT_NAME := cm_condor -PRODUCT_RELEASE_NAME := MOTO E diff --git a/system.prop b/system.prop new file mode 100644 index 0000000..7da5052 --- /dev/null +++ b/system.prop @@ -0,0 +1,6 @@ +# Hardware Info +ro.device.chipset=Qualcomm Snapdragon 200 +ro.device.cpu=Dual-core 1.2 GHz Cortex-A7 +ro.device.gpu= Adreno 302 +ro.device.rear_cam=5 MP +ro.device.screen_res=540 x 960
\ No newline at end of file diff --git a/vendorsetup.sh b/vendorsetup.sh deleted file mode 100644 index 33bd999..0000000 --- a/vendorsetup.sh +++ /dev/null @@ -1 +0,0 @@ -add_lunch_combo cm_condor-userdebug |
