diff options
| author | doc HD <doc.divxm@gmail.com> | 2018-03-21 10:03:15 +0300 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2018-03-21 10:03:15 +0300 |
| commit | 180fc8f7645d8f09f46091a2635d129916a2e094 (patch) | |
| tree | ddf0f7ca047ef2cc56cbc9951bcb3c609e9adc7f | |
| parent | a499636301f24ede8ec484e21b27622bd785e518 (diff) | |
g3-common: commonize depso8.1
Change-Id: Ie85f5b7c1e2b982773eb2a4ca875c385caef474f
| -rw-r--r-- | aicp.dependencies | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/aicp.dependencies b/aicp.dependencies new file mode 100644 index 0000000..e7fcb1a --- /dev/null +++ b/aicp.dependencies @@ -0,0 +1,22 @@ +[ + { + "repository": "LineageOS/android_device_qcom_common", + "target_path": "device/qcom/common", + "branch": "lineage-15.1" + }, + { + "repository": "LineageOS/android_kernel_lge_g3", + "target_path": "kernel/lge/g3", + "branch": "lineage-15.1" + }, + { + "repository": "LineageOS/android_packages_resources_devicesettings", + "target_path": "packages/resources/devicesettings", + "branch": "lineage-15.1" + }, + { + "repository": "AICP/proprietary_vendor_lge", + "target_path": "vendor/lge", + "branch": "o8.1" + } +] |
