diff options
| author | Charlie-117 <gmoto1179@gmail.com> | 2020-09-22 12:18:13 +0530 |
|---|---|---|
| committer | Charlie-117 <gmoto1179@gmail.com> | 2020-09-22 12:18:13 +0530 |
| commit | c5b7ed74a65e59338ad0d1a9220a1b82aa1017c0 (patch) | |
| tree | f4ce40e9b497cb534facabb9d943a9dfc5d11efa | |
| parent | 7b60186a2daac0d1695bf3bed87f68b9ca01999c (diff) | |
merlin: more AICP-ify
| -rw-r--r-- | aicp.dependencies | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/aicp.dependencies b/aicp.dependencies index 5606a6f..095d2a0 100644 --- a/aicp.dependencies +++ b/aicp.dependencies @@ -1,7 +1,13 @@ [ { - "repository": "device_motorola_msm8916-common", - "target_path": "device/motorola/msm8916-common" + "repository": "AICP/device_motorola_msm8916-common", + "target_path": "device/motorola/msm8916-common", + "branch": "q10.0" + }, + { + "repository": "AICP/kernel_motorola_msm8916", + "target_path": "kernel/motorola/msm8916", + "branch": "q10.0" } ] |
