15.1: Add broken support for mako

This commit is contained in:
Tad 2018-03-27 19:58:30 -04:00
parent 1d6b395170
commit 7309925872
4 changed files with 32 additions and 3 deletions

View file

@ -110,7 +110,7 @@
<project path="external/stlport" name="LineageOS/android_external_stlport" remote="github" />
<project path="packages/apps/FlipFlap" name="LineageOS/android_packages_apps_FlipFlap" remote="github" />
<!-- Amazon Kindle Fire HDX 7 3rd Gen (thor)-->
<!-- Amazon Kindle Fire HDX 7 3rd Gen (thor) -->
<project path="device/amazon/hdx-common" name="LineageOS/android_device_amazon_hdx-common" remote="github" />
<project path="device/amazon/thor" name="LineageOS/android_device_amazon_thor" remote="github" />
<project path="kernel/amazon/hdx-common" name="LineageOS/android_kernel_amazon_hdx-common" remote="github" />

View file

@ -144,11 +144,15 @@
<!-- Nexus 7 2013 (flo) -->
<project path="device/asus/flo" name="LineageOS/android_device_asus_flo" remote="github" />
<!-- Nexus 4 (mako) -->
<project path="device/lge/mako" name="voron00/android_device_lge_mako" remote="github" />
<project path="kernel/lge/mako" name="voron00/lge-kernel-mako" remote="github" />
<!-- Nexus 5 (hammerhead) -->
<project path="device/lge/hammerhead" name="LineageOS/android_device_lge_hammerhead" remote="github" />
<project path="kernel/lge/hammerhead" name="LineageOS/android_kernel_lge_hammerhead" remote="github" />
<!-- Nexus 6 (shamu)-->
<!-- Nexus 6 (shamu) -->
<project path="device/moto/shamu" name="LineageOS/android_device_moto_shamu" remote="github" />
<project path="kernel/moto/shamu" name="LineageOS/android_kernel_moto_shamu" remote="github" />