forked from projectceladon/manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.xml
28 lines (20 loc) · 761 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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="aosp"
fetch="https://android.googlesource.com" />
<default revision="refs/tags/android-8.1.0_r7"
remote="aosp"
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" />
<include name="include/aosp_vanilla.xml" />
<include name="include/remove-android_ia.xml" />
<include name="include/bsp-android_ia.xml" />
</manifest>