diff options
| author | Jaime Lopez <jaime.lopez@gmail.com> | 2014-12-24 16:10:30 +0100 |
|---|---|---|
| committer | Jaime Lopez <jaime.lopez@gmail.com> | 2014-12-24 16:10:30 +0100 |
| commit | 77a0a7c01f2926dfc24c559b79619d7ea4b25e94 (patch) | |
| tree | 1b1096137d44da34c1ebf2ba9423e4c445d4a420 | |
| parent | 01ca9d163b7f7c97d736eaf3ff8b946a658e2d16 (diff) | |
Find7s: Fix dependencies
Change-Id: I8259f64fb173db5792281785a50c9642af0e5b25
| -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" } ] |
