forked from projectceladon/manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.xml
35 lines (25 loc) · 928 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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="aosp"
fetch="https://android.googlesource.com" />
<default revision="refs/tags/android-9.0.0_r18"
remote="aosp"
sync-c="true"
sync-j="4" />
<remote name="github"
fetch="https://github.com/projectceladon/" />
<remote name="kernelorg" fetch="https://git.kernel.org/" />
<remote name="graphics"
fetch="https://github.com/01org/" />
<remote name="intel"
fetch="https://github.com/intel" />
<remote name="trusty-ia"
fetch="https://github.com/trusty-ia" />
<remote name="aquynh"
fetch="https://github.com/aquynh" />
<remote name="opencv"
fetch="https://github.com/opencv" />
<include name="include/aosp_vanilla.xml" />
<include name="include/remove_vanilla.xml" />
<include name="include/bsp-celadon.xml" />
</manifest>