-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.xml
36 lines (27 loc) · 1011 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="ice"
fetch=".."
review="review.project-ice.org" />
<remote name="github"
fetch="https://github.com" />
<remote name="gitlab"
fetch="https://code.project-ice.org" />
<remote name="la-qssi"
fetch="https://git.codelinaro.org/clo/la"
revision="refs/tags/LA.QSSI.14.0.r1-17300-qssi.0" />
<remote name="la-vendor"
fetch="https://git.codelinaro.org/clo/la"
revision="refs/tags/LA.VENDOR.13.2.0.r1-15400-KAILUA.QSSI14.0" />
<remote name="aosp"
fetch="https://android.googlesource.com"
revision="refs/tags/android-14.0.0_r14" />
<default revision="refs/heads/umineko"
remote="ice"
sync-c="true"
sync-j="4" />
<include name="snippets/system.xml" />
<include name="snippets/vendor.xml" />
<include name="snippets/obsolete.xml" />
<include name="snippets/ice.xml" />
</manifest>