forked from TheXPerienceProject/Manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.xml
71 lines (53 loc) · 1.95 KB
/
default.xml
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
<?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-14.0.0_r27" />
<!-- 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"/>
<!--XPerience Stuff-->
<remote name="xpe"
fetch="https://github.com/TheXPerienceProject/"
revision="refs/heads/xpe-18.0-caf" />
<remote name="laclo"
fetch="https://git.codelinaro.org/clo/la"
revision="refs/tags/LA.QSSI.14.0.r1-15100-qssi.0" />
<remote name="clovendor"
fetch="https://git.codelinaro.org/clo/la"
revision="refs/tags/LA.VENDOR.13.2.0.r1-22900-KAILUA.QSSI15.0" />
<remote name="gitlab"
fetch="https://gitlab.com/TheXPerienceProject/"
revision="xpe-18.0-caf" />
<remote name="unicorn"
fetch="https://github.com/RainbowUnicornXPe"
revision="xpe-18.0-caf" />
<remote name="unicornlab"
fetch="https://gitlab.com/RainbowUnicornXPe"
revision="xpe-18.0-caf" />
<remote name="github"
fetch="https://github.com/" />
<remote name="lineage"
fetch=".."
review="review.lineageos.org"
revision="refs/heads/lineage-21.0" />
<remote name="blobs-pa"
fetch="https://github.com/ThankYouMario"
revision="uvite" />
<remote name="blobs-gitlab-pa"
fetch="https://gitlab.com/ThankYouMario"
revision="uvite" />
<include name="snippets/remove.xml"/>
<include name="snippets/aosp.xml"/>
<include name="snippets/qcom.xml"/>
<include name="snippets/xperience.xml"/>
</manifest>