diff options
| author | Erwan Leboucher <genesixxbf3@gmail.com> | 2017-03-25 15:55:39 +0000 |
|---|---|---|
| committer | Erwan Leboucher <genesixxbf3@gmail.com> | 2017-03-25 15:55:51 +0000 |
| commit | cf25e24873f44282b6f69f17828142d293d4c699 (patch) | |
| tree | 4f746252134ca6b10556e5dcc7697f22d5b08a1b | |
| parent | 27e851251a00df53672e2e51b299aaeaf24ec7e0 (diff) | |
add missing deps
Change-Id: I1dfcfd1bdee5f451137bc07e25845e7dccf99d0a
| -rw-r--r-- | aicp.dependencies | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/aicp.dependencies b/aicp.dependencies index b968245..f084dab 100644 --- a/aicp.dependencies +++ b/aicp.dependencies @@ -18,5 +18,15 @@ "repository": "LineageOS/android_device_qcom_common", "target_path": "device/qcom/common", "branch": "cm-14.1" + }, + { + "repository": "LineageOS/android_packages_apps_FlipFlap", + "target_path": "packages/apps/FlipFlap", + "branch": "cm-14.1" + }, + { + "repository": "LineageOS/android_packages_resources_devicesettings", + "target_path": "packages/resources/devicesettings", + "branch": "cm-14.1" } -] +]
\ No newline at end of file |
