-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdevices.xml
22 lines (17 loc) · 1.4 KB
/
devices.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Nexus 5 (Hammerhead) -->
<project path="device/lge/hammerhead" name="nethunteros/android_device_lge_hammerhead" remote="github" revision="cm-14.1-rebase" />
<project path="kernel/lge/hammerhead" name="nethunteros/android_kernel_lge_hammerhead" remote="github" revision="cm-14.1" />
<remove-project path="hardware/broadcom/wlan" name="LineageOS/android_hardware_broadcom_wlan" groups="pdk,broadcom_wlan" />
<project path="hardware/broadcom/wlan" name="nethunteros/android_hardware_broadcom_wlan" />
<!-- OnePlus 5 -->
<project path="device/oneplus/cheeseburger" name="nethunteros/android_device_oneplus_cheeseburger" remote="github" revision="cm-14.1" />
<project path="kernel/oneplus/msm8998" name="nethunteros/android_kernel_oneplus_msm8998" remote="github" revision="boeffla_cm14" />
<!-- OnePlus1 -->
<project path="kernel/oneplus/msm8974" name="nethunteros/android_kernel_oneplus_msm8974" remote="github" revision="cm-14.1" />
<!-- Oppo Common -->
<project path="device/oppo/common" name="LineageOS/android_device_oppo_common" remote="github" revision="cm-14.1" />
<project path="device/qcom/common" name="LineageOS/android_device_qcom_common" remote="github" revision="cm-14.1" />
<project path="packages/resources/devicesettings" name="LineageOS/android_packages_resources_devicesettings" remote="github" revision="cm-14.1"/>
</manifest>