-
Notifications
You must be signed in to change notification settings - Fork 244
/
default.xml
54 lines (41 loc) · 1.29 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
<?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-15.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"/>
<!-- AOSPA -->
<remote name="aospa"
fetch=".."
review="gerrit.aospa.co"
revision="vauxite"/>
<remote name="bitbucket"
fetch="https://bitbucket.org"
revision="vauxite" />
<remote name="blobs"
fetch="https://github.com/ThankYouMario"
revision="vauxite" />
<remote name="blobs-gitlab"
fetch="https://gitlab.com/ThankYouMario"
revision="vauxite" />
<remote name="github"
fetch="https://github.com" />
<remote name="github-ssh"
fetch="ssh://[email protected]" />
<remote name="gitlab"
fetch="https://gitlab.com" />
<include name="aosp.xml"/>
<include name="aospa.xml"/>
<include name="obsolete.xml"/>
</manifest>