-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault_define.xml
34 lines (24 loc) · 919 Bytes
/
default_define.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- LOCAL PC BUILD ENVIRONMENT -->
<!-- REMOVE PROJECTS MANIFESTS BEFORE INCLUDE -->
<remote name="NB-G751JY"
fetch="/mnt/storage/Projects"/>
<remote name="neobeum"
fetch="/mnt/mirror/neobeum"/>
<!-- SONY BUILD ENVIRONMENT -->
<remote name="sony"
fetch="/mnt/mirror/sony" />
<remote name="NXP"
fetch="/mnt/mirror/nxp" />
<!-- OMNIROM BUILD ENVIRONMENT -->
<remote name="omnirom"
fetch="/mnt/mirror/omnirom" />
<!-- GITHUB BUILD ENVIRONMENT -->
<remote name="github"
fetch="/mnt/mirror/github" />
<include name="e5823_manifests/sony_include.xml" />
<include name="e5823_manifests/sony_remove.xml" />
<include name="e5823_manifests/e5823_include.xml" />
<include name="e5823_manifests/e5823_remove.xml" />
</manifest>