diff options
Diffstat (limited to 'cm.dependencies')
-rw-r--r-- | cm.dependencies | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/cm.dependencies b/cm.dependencies new file mode 100644 index 0000000..8b8d134 --- /dev/null +++ b/cm.dependencies @@ -0,0 +1,22 @@ +[ + { + "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" + } +] |