-
Notifications
You must be signed in to change notification settings - Fork 0
/
crackling-n.xml
17 lines (16 loc) · 974 Bytes
/
crackling-n.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Remote name -->
<remote name="git"
fetch="git://github.com" />
<!-- Device tree -->
<project path="device/wileyfox/crackling" name ="FindYanot/android_device_wileyfox_crackling" remote="git" revision="nougat" />
<!-- Kernel -->
<project path="kernel/cyanogen/msm8916" name ="CyanogenMod/android_kernel_cyanogen_msm8916" remote="git" revision="cm-13.0" />
<!-- Vendor -->
<project path="vendor/wileyfox" name ="FindYanot/proprietary_vendor_wileyfox" remote="git" revision="nougat" />
<!-- QCOM addons -->
<project path="device/qcom/common" name ="CyanogenMod/android_device_qcom_common" remote="git" revision="cm-13.0" />
<!-- MSM8916 addons -->
<project path="device/cyanogen/msm8916-common" name ="CyanogenMod/android_device_cyanogen_msm8916-common" remote="git" revision="cm-14.0" />
</manifest>