diff options
author | Abhisek Devkota <ciwrl@cyanogenmod.com> | 2016-11-23 18:13:45 -0800 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-21 18:32:46 +0100 |
commit | 76e6f28031f542f4a1ff9cac09e38a6b129b1df3 (patch) | |
tree | cb39a3d9d4f9041353a2e393d6335acb2a03732a /cm.dependencies | |
parent | 8e48c247cff44d96ad69b7f7602adf75f44a1716 (diff) |
z2_plus: Doze: Commonize strings translations
* Translations moved to the new project
android_packages_resources_devicesettings
Change-Id: I06536915e1963a2fe464c3d6c46dd8728aba0cb4
Signed-off-by: Adrian DC <radian.dc@gmail.com>
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" + } +] |