diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-01-21 20:04:09 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-21 20:04:09 +0100 |
commit | aeba04a6231bebe7e38f99201937ea955cc02f0e (patch) | |
tree | 380c8a6be332fd05ccbc15739870ecbc0ba9a5fb /cm.dependencies | |
parent | a1dd21e55d61061ee311880d976d5af7d07bf5e9 (diff) |
fix
Change-Id: Ibe3d022be95bf66954fc794d1b2b06bd92cc52ce
Diffstat (limited to 'cm.dependencies')
-rw-r--r-- | cm.dependencies | 38 |
1 files changed, 17 insertions, 21 deletions
diff --git a/cm.dependencies b/cm.dependencies index 8b8d134..d721064 100644 --- a/cm.dependencies +++ b/cm.dependencies @@ -1,22 +1,18 @@ [ - { - "repository": "android_device_qcom_common", - "target_path": "device/qcom/common" - }, - { - "repository": "android_packages_resources_devicesettings", - "target_path": "packages/resources/devicesettings" - }, - { - "repository": "android_vendor_nxp-nfc_opensource_frameworks", - "target_path": "vendor/nxp-nfc/opensource/frameworks" - }, - { - "repository": "android_vendor_nxp-nfc_opensource_libnfc-nci", - "target_path": "vendor/nxp-nfc/opensource/libnfc-nci" - }, - { - "repository": "android_vendor_nxp-nfc_opensource_Nfc", - "target_path": "vendor/nxp-nfc/opensource/Nfc" - } -] + { + "repository": "android_kernel_zuk_msm8996", + "target_path": "kernel/zuk/msm8996" + }, + { + "repository": "android_vendor_zuk_z2_plus", + "target_path": "vendor/zuk/z2_plus" + }, + { + "repository": "android_device_qcom_common", + "target_path": "device/qcom/common" + }, + { + "repository": "android_vendor_qcom_binaries", + "target_path": "vendor/qcom/binaries" + }, +]
\ No newline at end of file |