-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault.xml
More file actions
51 lines (40 loc) · 1.25 KB
/
default.xml
File metadata and controls
51 lines (40 loc) · 1.25 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
<?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"/>
<!-- Extras -->
<remote name="aospa"
fetch="https://github.com/AOSPA"
revision="beryl"/>
<remote name="aospa-blobs"
fetch="https://github.com/ThankYouMario"
revision="beryl" />
<remote name="github"
fetch="https://github.com" />
<remote name="gitlab"
fetch="https://gitlab.com" />
<remote name="los"
fetch="https://github.com/LineageOS"
revision="lineage-23.0" />
<!-- Flare -->
<remote name="flare"
fetch="https://github.com/Project-Flare"
revision="16"/>
<include name="system.xml"/>
<include name="obsolete.xml"/>
<include name="override.xml"/>
<include name="vendor.xml"/>
<include name="flare.xml"/>
<include name="extras.xml"/>
</manifest>