diff options
| author | Jaime Lopez <jaime.lopez@gmail.com> | 2014-12-24 16:11:07 +0100 |
|---|---|---|
| committer | Jaime Lopez <jaime.lopez@gmail.com> | 2014-12-24 16:11:07 +0100 |
| commit | af8a7beab2a9e08bd9424bcf2f3474d8133bc895 (patch) | |
| tree | 678be4e7accb9b1efe66cc7937c0f2de4188edc9 | |
| parent | 4b4db961994aca3c4f53d8f5896727b3448974dc (diff) | |
Find7ext: Fix dependencies
Change-Id: Ib9e094800afdf433a718e1f94e96bb982d2c9b0b
| -rw-r--r-- | aicp.dependencies | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/aicp.dependencies b/aicp.dependencies index aabba3b..6af292d 100644 --- a/aicp.dependencies +++ b/aicp.dependencies @@ -3,5 +3,25 @@ "repository": "AICP/device_oppo_find7-common", "target_path": "device/oppo/find7-common", "branch" : "lp5.0" + }, + { + "repository": "CyanogenMod/android_device_oppo_msm8974-common", + "target_path": "device/oppo/msm8974-common", + "branch": "cm-12.0" + }, + { + "repository": "Cyanogenmod/android_device_oppo_common", + "target_path": "device/oppo/common", + "branch": "cm-12.0" + }, + { + "repository": "Cyanogenmod/android_kernel_oneplus_msm8974", + "target_path": "kernel/oneplus/msm8974", + "branch": "cm-12.0" + }, + { + "repository": "AICP/proprietary_vendor_oppo", + "target_path": "vendor/oppo", + "branch": "lp5.0" } ] |
