-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathdefault.xml
More file actions
79 lines (59 loc) · 2.18 KB
/
default.xml
File metadata and controls
79 lines (59 loc) · 2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- AOSP -->
<remote name="aosp"
fetch="https://android.googlesource.com"
sync-c="true"
sync-tags="false"
review="https://android-review.googlesource.com/"
revision="refs/tags/android-16.0.0_r1" />
<!-- CLO -->
<remote name="clo-la"
fetch="https://git.codelinaro.org/clo/la"
sync-c="true"
sync-tags="false" />
<default remote="clo-la"/>
<include name="snippets/system.xml"/>
<include name="snippets/vendor.xml"/>
<include name="snippets/wlan.xml"/>
<!--XPerience Stuff-->
<remote name="xpe"
fetch="https://github.com/TheXPerienceProject/"
revision="refs/heads/xpe-20.0" />
<remote name="laclo"
fetch="https://git.codelinaro.org/clo/la"
revision="refs/tags/LA.QSSI.16.0.r1-11100-qssi.0" />
<remote name="clovendor"
fetch="https://git.codelinaro.org/clo/la"
revision="refs/tags/LA.VENDOR.15.4.0.r1-18000-pakala.QSSI16.0" />
<remote name="gitlab"
fetch="https://gitlab.com/TheXPerienceProject/"
revision="xpe-20.0" />
<remote name="unicorn"
fetch="https://github.com/RainbowUnicornXPe"
revision="xpe-20.0" />
<remote name="unicornlab"
fetch="https://gitlab.com/RainbowUnicornXPe"
revision="xpe-20.0" />
<remote name="github"
fetch="https://github.com/" />
<remote name="lineage"
fetch=".."
review="review.lineageos.org"
revision="refs/heads/lineage-23.0" />
<remote name="blobs-pa"
fetch="https://github.com/ThankYouMario"
revision="vauxite" />
<remote name="blobs-gitlab-pa"
fetch="https://gitlab.com/ThankYouMario"
revision="vauxite" />
<remote name="bitbucket"
fetch="https://bitbucket.org/thexperienceproject" />
<remote name="PeterCxy"
fetch="https://gitea.angry.im/PeterCxy"
revision="refs/heads/master" />
<include name="snippets/remove.xml"/>
<include name="snippets/aosp.xml"/>
<include name="snippets/qcom.xml"/>
<include name="snippets/xperience.xml"/>
</manifest>