diff options
| author | Sinisa Sehovic (Thermskin)) <sinisa.sehovic@gmail.com> | 2016-10-19 14:00:06 +0200 |
|---|---|---|
| committer | Sinisa Sehovic (Thermskin)) <sinisa.sehovic@gmail.com> | 2016-10-19 14:00:53 +0200 |
| commit | 4aba37217dcd6f106281f688dd5ee48c468596ca (patch) | |
| tree | 81f4cbafbea8eb98b493463ef3f5f0ec1f315cc7 | |
| parent | 676070b84e2a810f12b687b196d5e5344e948476 (diff) | |
H815: Added missing device_qcom_common for dtbtoolcm and fixed wrong branch name
Change-Id: Id632fd50cde34bf6a11f5af3a45195092b7ce333
| -rw-r--r-- | aicp.dependencies | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/aicp.dependencies b/aicp.dependencies index b712372..862c4b6 100644 --- a/aicp.dependencies +++ b/aicp.dependencies @@ -13,6 +13,11 @@ { "repository": "AICP/proprietary_vendor_lge", "target_path": "vendor/lge", - "branch": "mm6.0" + "branch": "n7.0" + }, + { + "repository": "CyanogenMod/android_device_qcom_common", + "target_path": "device/qcom/common", + "branch": "cm-14.0" } -] +]
\ No newline at end of file |
