-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcotr-2.1.2-hybrid.xml
26 lines (20 loc) · 1.4 KB
/
cotr-2.1.2-hybrid.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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Use this manifest to build Cannibal Open Touch 2.1.2 (for hybrid devices) -->
<!-- Do NOT use this manifest for devices that do not require it, only known -->
<!-- requirement is from the Kindle Fire ->
<!-- For usage sync CM7 and drop this into .repo/local_manifests and re-sync -->
<manifest>
<!-- Replace CWM w/ COTR -->
<remove-project name="CyanogenMod/android_bootable_recovery" />
<!-- Pull the most recent stable tag in case something has been changed. -->
<project path="bootable/recovery" name="ProjectOpenCannibal/android_bootable_recovery" revision="cot-2.1.2_landscape" />
<!-- Replace ext_utils (in system extras) w/ JB (newer versions break build system) -->
<remove-project name="CyanogenMod/android_system_extras" />
<project path="system/extras" name="CyanogenMod/android_system_extras" revision="jellybean" />
<!-- Add gui and res folders for COTR. -->
<project path="bootable/recovery/res" name="ProjectOpenCannibal/android_bootable_recovery_res" revision="master" />
<project path="bootable/recovery/gui" name="ProjectOpenCannibal/android_bootable_recovery_gui" revision="gingerbread" />
<!-- And we also need cannibal lib -->
<remote name="bucket" fetch="https://bitbucket.org/" />
<project path="bootable/cannibal" name="drewwalton19216801/android_bootable_cannibal" remote="bucket" revision="master" />
</manifest>