forked from OrangeFoxRecovery/fox-6.0_manifest
-
Notifications
You must be signed in to change notification settings - Fork 1
/
fox.xml
35 lines (27 loc) · 1.54 KB
/
fox.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>
<remote name="fox"
fetch="https://gitlab.com/OrangeFox" />
<remote name="notnoel"
fetch="Https://gitlab.com/NotNoelChannel" />
<remote name="unlegacy"
fetch="https://github.com/unlegacy-devices" />
<remote name="fox-unofficial"
fetch="https://github.com/OrangeFoxRecovery" />
<remote name="LineageOS"
fetch="https://github.com/LineageOS"
review="https://review.lineageos.org" />
<!-- OrangeFox lives in fox fox_9.0 -->
<project path="bootable/recovery" name="bootable/Recovery" remote="fox" revision="fox_9.0" />
<project path="vendor/recovery" name="vendor/recovery" remote="fox" revision="legacy" />
<project path="bootable/recovery/gui/theme" name="fox_theme" remote="unlegacy" revision="master" />
<!-- Use the Patched Build System for OrangeFox -->
<project path="build" name="fox-6.0_build" remote="unlegacy" revision="fox_6.0" >
<copyfile src="core/root.mk" dest="Makefile" />
</project>
<!-- Include external LineageOS repos for bash & nano -->
<project name="android_external_bash" path="external/bash" remote="LineageOS" revision="cm-13.0" />
<project name="android_external_nano" path="external/nano" remote="LineageOS" revision="cm-13.0" />
<project name="android_external_libncurses" path="external/libncurses" remote="LineageOS" revision="cm-13.0" />
<project name="android_external_openssh" path="external/openssh" remote="LineageOS" revision="cm-13.0" />
</manifest>