diff options
| author | Drgravy <drg113001@gmail.com> | 2016-10-28 20:24:22 -0500 |
|---|---|---|
| committer | Drgravy <drg113001@gmail.com> | 2016-10-28 20:24:22 -0500 |
| commit | 91108c2c9a067c694bc18c19433478ecdb4cae1b (patch) | |
| tree | 66c7ff89e346a08a5425e382bed75a52c31964a4 | |
| parent | d3f386cfddee9cb990bc81bf9a4d05c7eebea7d6 (diff) | |
d803: update deps for N
| -rw-r--r-- | aicp.dependencies | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/aicp.dependencies b/aicp.dependencies index 4ef0473..257e304 100644 --- a/aicp.dependencies +++ b/aicp.dependencies @@ -2,21 +2,31 @@ { "repository": "AICP/device_lge_g2-common", "target_path": "device/lge/g2-common", - "branch": "mm6.0" + "branch": "n7.0" }, { "repository": "AICP/proprietary_vendor_lge", "target_path": "vendor/lge", - "branch": "mm6.0" + "branch": "n7.0" }, { "repository": "AICP/kernel_lge_msm8974", "target_path": "kernel/lge/msm8974", - "branch": "mm6.0" + "branch": "n7.0" + }, + { + "repository": "CyanogenMod/android_device_qcom_common", + "target_path": "device/qcom/common", + "branch": "cm-14.0" + }, + { + "repository": "CyanogenMod/android_external_stlport", + "target_path": "external/stlport", + "branch": "cm-14.0" }, { "repository": "CyanogenMod/android_external_sony_boringssl-compat", "target_path": "external/sony/boringssl-compat", - "branch": "cm-13.0" + "branch": "cm-14.0" } ] |
