diff options
| author | Erwan Leboucher <genesixxbf3@gmail.com> | 2017-04-25 19:15:18 +0000 |
|---|---|---|
| committer | Erwan Leboucher <genesixxbf3@gmail.com> | 2017-04-25 19:20:41 +0000 |
| commit | 9b3574ee18b403f8f6450c16d8b0148ff9dae313 (patch) | |
| tree | dc785b5834d9e7e0a004e6bc6a528fe7714b938a | |
| parent | de866da26bd252f063338352906163d75b101ec2 (diff) | |
axon 7: add missing vendor blob in deps
Change-Id: I4961cae3c28e50b06ba6e10d0cd5cc49442ce143
| -rw-r--r-- | aicp.dependencies | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aicp.dependencies b/aicp.dependencies index d6cb06b..2e1cdd3 100644 --- a/aicp.dependencies +++ b/aicp.dependencies @@ -33,5 +33,10 @@ "repository": "LineageOS/android_vendor_nxp-nfc_opensource_Nfc", "target_path": "vendor/nxp-nfc/opensource/Nfc", "branch": "cm-14.1" + }, + { + "repository": "TheMuppets/proprietary_vendor_zte", + "target_path": "vendor/zte", + "branch": "cm-14.1" } ] |
