diff options
| author | Shubh@m <shubhindia123@gmail.com> | 2019-03-30 18:11:03 +0530 |
|---|---|---|
| committer | Ralf Luther <luther.ralf@gmail.com> | 2019-03-31 18:02:01 +0000 |
| commit | ca7ed1fd6054aa4104e0e121e6c682f21903eddf (patch) | |
| tree | 11fe3bbdb0e7297fe2ee3dbbb6189fbf5b81691f | |
| parent | d3a2bccd8516eafeba6959ba6adf7e66d6aa8f4b (diff) | |
oneplus2: fix dependencies
Change-Id: I551fd075fcb0db2467809f8222775bea5c122621
Signed-off-by: Shubh@m <shubhindia123@gmail.com>
| -rw-r--r-- | aicp.dependencies | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/aicp.dependencies b/aicp.dependencies index 8116df2..e1e26e7 100644 --- a/aicp.dependencies +++ b/aicp.dependencies @@ -1,20 +1,22 @@ [ { - "repository": "device_oppo_common", + "repository": "AICP/device_oppo_common", "target_path": "device/oppo/common" + "branch": "p9.0" }, { - "repository": "kernel_oneplus_msm8994", + "repository": "AICP/kernel_oneplus_msm8994", "target_path": "kernel/oneplus/msm8994" + "branch": "p9.0" }, - { - "repository": "TheMuppets/proprietary_vendor_oneplus/oneplus2", - "target_path": "vendor/oneplus/oneplus2", - "branch": "lineage-16.0" - }, - { + { + "repository": "AICP/proprietary_vendor_oneplus", + "target_path": "vendor/oneplus", + "branch": "p9.0" + }, + { "repository": "LineageOS/android_packages_resources_devicesettings", "target_path": "packages/resources/devicesettings", "branch": "lineage-16.0" - } + } ] |
