diff options
| author | doc HD <doc.divxm@gmail.com> | 2016-12-20 09:45:27 +0300 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2016-12-20 09:45:27 +0300 |
| commit | 8a85558ef4cd4d1e1bbac2b5526384cffbe5b7fc (patch) | |
| tree | a157983bff4e850781db10145dee4464876cb40b | |
| parent | d94f4f8d3a6649417796f254a9b161e4dcd14359 (diff) | |
ferrari: Change inheritance order and fix breakfast
Change-Id: I848b177cf4ef02c0df9ee65f217748f1662f7f55
| -rw-r--r-- | aicp.dependencies | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/aicp.dependencies b/aicp.dependencies index c0de38c..532c220 100644 --- a/aicp.dependencies +++ b/aicp.dependencies @@ -1,22 +1,17 @@ [ { - "repository": "CyanogenMod/android_kernel_xiaomi_ferrari", - "target_path": "kernel/xiaomi/ferrari" + "repository": "CyanogenMod/android_device_cyanogen_msm8916-common", + "target_path": "device/cyanogen/msm8916-common", "branch": "cm-14.1" }, { "repository": "CyanogenMod/android_device_qcom_common", - "target_path": "device/qcom/common" + "target_path": "device/qcom/common", "branch": "cm-14.1" }, { - "repository": "CyanogenMod/android_external_stlport", - "target_path": "external/stlport" - "branch": "cm-14.1" - }, - { - "repository": "CyanogenMod/android_device_cyanogen_msm8916-common", - "target_path": "device/cyanogen/msm8916-common" + "repository": "CyanogenMod/android_kernel_xiaomi_ferrari", + "target_path": "kernel/xiaomi/ferrari", "branch": "cm-14.1" }, { @@ -28,5 +23,10 @@ "repository": "TheMuppets/proprietary_vendor_qcom_binaries", "target_path": "vendor/qcom/binaries", "branch": "cm-14.1" - } + }, + { + "repository": "CyanogenMod/android_external_stlport", + "target_path": "external/stlport", + "branch": "cm-14.1" + }, ] |
