-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdefault.xml
More file actions
65 lines (49 loc) · 1.62 KB
/
default.xml
File metadata and controls
65 lines (49 loc) · 1.62 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
<?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="system.xml"/>
<include name="vendor.xml"/>
<!-- SDCLANG -->
<remote name="sdclang"
fetch="https://github.com/ThankYouMario"
revision="vauxite" />
<!-- Git -->
<remote name="github"
fetch="https://github.com" />
<remote name="github-ssh"
fetch="ssh://git@github.com" />
<remote name="gitlab"
fetch="https://gitlab.com" />
<!-- Lineage -->
<remote name="lineage"
fetch="https://github.com/LineageOS"
review="https://review.lineageos.org/"
revision="refs/heads/lineage-22.2" />
<include name="lineage.xml"/>
<!-- Neoteric -->
<remote name="neoteric"
fetch="https://github.com/Neoteric-OS"
revision="refs/heads/bka" />
<remote name="neoteric-gitlab"
fetch="https://gitlab.com/neoteric-os"
revision="bka" />
<remote name="neoteric-codeberg"
fetch="https://codeberg.org/Neoteric-OS/"
revision="refs/heads/bka" />
<include name="neoteric.xml"/>
<include name="internal.xml" />
<!-- Remove extraneous projects -->
<include name="obsolete.xml"/>
</manifest>