-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcotr-2.1.3-jb.xml
18 lines (15 loc) · 1.02 KB
/
cotr-2.1.3-jb.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!-- Use this manifest to build Cannibal Open Touch 2.1.3 (for jellybean devices) -->
<!-- For usage sync CM10.1 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="jellybean-dev" />
<!-- Make it a bit easier to build for supported devices. -->
<remove-project name="CyanogenMod/android_build" />
<project path="build" name="ProjectOpenCannibal/android_build" revision="cm-10.1" />
<!-- 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="cotr-2.1-JB" />
</manifest>