diff options
| author | Ricardo Cerqueira <ricardo@cyngn.com> | 2015-05-29 16:17:09 +0100 |
|---|---|---|
| committer | Ricardo Cerqueira <ricardo@cyngn.com> | 2015-06-03 00:15:15 +0100 |
| commit | 84abb9ca12b8af4998a4f13e4927a2dc9a546230 (patch) | |
| tree | 08480d921351a44ea2ec25d495669460459146a2 | |
| parent | 927fb2bcea2772f54013dd56a93eb607795d28c7 (diff) | |
Add cm.dependencies for roomservice
Change-Id: Ie09b378641c1355c12cc384185b6046e623f461f
| -rw-r--r-- | cm.dependencies | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cm.dependencies b/cm.dependencies new file mode 100644 index 0000000..a0e358a --- /dev/null +++ b/cm.dependencies @@ -0,0 +1,14 @@ +[ + { + "repository": "android_kernel_cyanogen_msm8916", + "target_path": "kernel/cyanogen/msm8916" + }, + { + "repository": "android_hardware_qcom_fm", + "target_path": "hardware/qcom/fm" + }, + { + "repository": "android_device_qcom_common", + "target_path": "device/qcom/common" + } +] |
