-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathdefault.xml
44 lines (34 loc) · 1.05 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
<?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"/>
<include name="aosp.xml"/>
<!-- Github remote -->
<remote name="github"
fetch="https://github.com/" />
<remote name="404"
fetch="https://github.com/P-404/"
revision="vito" />
<remote name="404-gitlab"
fetch="https://gitlab.com/project-404/"
revision="vito" />
<remote name="p404-devices"
fetch="https://github.com/P404-Devices/"
revision="vito" />
<!-- 404 -->
<include name="404.xml"/>
<include name="obsolete.xml"/>
</manifest>