diff options
| author | Rygebin <kaankulahli@gmail.com> | 2017-02-02 20:38:37 +0000 |
|---|---|---|
| committer | Rygebin <kaankulahli@gmail.com> | 2017-02-02 20:39:30 +0000 |
| commit | 363429b1de57431c5245b4d1c69b0922d9e10da4 (patch) | |
| tree | be12b32defe1e5433d41217320ae46a9829cd0a9 | |
| parent | 67e83fb83510370f2818a94035006f1bac65c063 (diff) | |
seed: Add deps to qcom binaries
Change-Id: Ibc51b2e0ab5f44a9c91edc7d06c64f570ee0b3a5
| -rw-r--r-- | aicp.dependencies | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/aicp.dependencies b/aicp.dependencies index 61a3fd8..8d3b6a3 100644 --- a/aicp.dependencies +++ b/aicp.dependencies @@ -4,19 +4,25 @@ "target_path": "device/google/msm8916-common", "branch": "n7.1" }, -{ + { "repository": "AICP/kernel_google_seed", "target_path": "kernel/google/seed", "branch": "n7.1" }, -{ + { "repository": "LineageOS/android_device_qcom_common", "target_path": "device/qcom/common", "branch": "cm-14.1" }, -{ + { "repository": "AICP/proprietary_vendor_google", "target_path": "vendor/google", "branch": "n7.1" + }, + { + "repository": "TheMuppets/proprietary_vendor_qcom_binaries", + "target_path": "vendor_qcom_binaries", + "branch": "n7.1" } ] + |
