forked from AOSPA/manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.xml
52 lines (39 loc) · 1.32 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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- AOSP -->
<remote name="aosp"
fetch="https://android.googlesource.com"
review="https://android-review.googlesource.com/"
revision="refs/tags/android-11.0.0_r40"/>
<!-- CAF -->
<remote name="caf_system"
fetch="https://source.codeaurora.org/quic/la"
review="codeaurora.org"/>
<remote name="caf_vendor"
fetch="https://source.codeaurora.org/quic/la"
review="codeaurora.org"
revision="refs/tags/LA.UM.9.14.r1-17700-LAHAINA.0"/>
<default revision="refs/tags/LA.QSSI.11.0.r1-12700-qssi.0"
remote="caf_system"/>
<include name="system.xml"/>
<include name="vendor.xml"/>
<!-- AOSPA -->
<remote name="aospa"
fetch=".."
review="gerrit.aospa.co"
revision="ruby"/>
<remote name="bitbucket"
fetch="https://bitbucket.org"
revision="ruby" />
<remote name="blobs"
fetch="https://github.com/ThankYouMario"
revision="ruby" />
<remote name="github"
fetch="https://github.com" />
<remote name="github-ssh"
fetch="ssh://[email protected]" />
<remote name="gitlab"
fetch="https://gitlab.com"/>
<include name="aospa.xml"/>
<include name="obsolete.xml"/>
</manifest>