diff options
| author | Rajat Gupta <rjtgupta84@gmail.com> | 2018-05-30 18:26:21 +0000 |
|---|---|---|
| committer | Rajat Gupta <rjtgupta84@gmail.com> | 2018-05-30 18:26:21 +0000 |
| commit | 08417a4b00ec3810f6573a52767de44ba718a292 (patch) | |
| tree | 602c366cb0d0756a0f2042a90df35f7ce69649da | |
| parent | 7e555e894ab1f617d84fb8af8bf141ef1efb2642 (diff) | |
deps: Update dependencies.
* lineage-15.1 is no longer a staging organisation
* track bson and stlport from lineage-15.1 branches (Oreo eh?)
Change-Id: I3fc1bb0c7cf6b0c21af0592d4d68043bd2d03740
Signed-off-by: Rajat Gupta <rjtgupta84@gmail.com>
| -rw-r--r-- | aicp.dependencies | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/aicp.dependencies b/aicp.dependencies index 88e1cb0..7bb5cf7 100644 --- a/aicp.dependencies +++ b/aicp.dependencies @@ -12,21 +12,21 @@ { "repository": "LineageOS/android_external_bson", "target_path": "external/bson", - "branch": "cm-14.1" + "branch": "lineage-15.1" }, { "repository": "LineageOS/android_external_stlport", "target_path": "external/stlport", - "branch": "lineage-15.0" + "branch": "lineage-15.1" }, { "repository": "LineageOS/android_device_qcom_common", "target_path": "device/qcom/common", - "branch": "staging/lineage-15.1" + "branch": "lineage-15.1" }, { "repository": "LineageOS/android_packages_resources_devicesettings", "target_path": "packages/resources/devicesettings", - "branch": "staging/lineage-15.1" + "branch": "lineage-15.1" } ] |
