-
Notifications
You must be signed in to change notification settings - Fork 5
/
local_manifest.xml
60 lines (43 loc) · 2.84 KB
/
local_manifest.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- This file overrides default manifest, to place in .repo folder -->
<!--
<remote name="korg"
fetch="http://android.git.kernel.org/"
review="review.source.android.com" />
<remote name="github"
fetch="git://github.com/"
review="review.cyanogenmod.com" />
<default revision="gingerbread"
remote="korg" />
-->
<project path="vendor/htc" name="koush/proprietary_vendor_htc" remote="github" />
<project path="vendor/motorola" name="CyanogenDefy/proprietary_vendor_motorola" revision="gingerbread" remote="github" />
<project path="bootable/recovery" name="CyanogenDefy/android_bootable_recovery" remote="github" />
<project path="device/motorola/jordan" name="CyanogenDefy/android_device_motorola_jordan" remote="github" />
<project path="external/busybox" name="CyanogenDefy/android_external_busybox" remote="github" />
<project path="external/bootmenu" name="CyanogenDefy/android_external_bootmenu" remote="github" />
<project path="external/wireless-tools" name="CyanogenDefy/android_external_wireless-tools" remote="github" />
<project path="frameworks/base" name="CyanogenDefy/android_frameworks_base" remote="github" />
<project path="hardware/ti/omap3" name="CyanogenDefy/android_hardware_ti_omap3" remote="github" />
<project path="hardware/ti/wlan" name="CyanogenDefy/android_hardware_ti_wlan" remote="github" />
<project path="system/bluetooth" name="CyanogenDefy/android_system_bluetooth" remote="github" />
<project path="system/core" name="CyanogenDefy/android_system_core" remote="github" />
<project path="packages/apps/Camera" name="CyanogenDefy/android_packages_apps_Camera" remote="github" />
<project path="packages/apps/FM" name="CyanogenDefy/android_packages_apps_FM" remote="github" />
<project path="packages/apps/Phone" name="CyanogenDefy/android_packages_apps_Phone" remote="github" />
<project path="packages/apps/Settings" name="CyanogenDefy/android_packages_apps_Settings" remote="github" />
<project path="packages/apps/Usb" name="CyanogenDefy/android_packages_apps_Usb" remote="github" />
<project path="external/dropbear" name="tpruvot/android_external_dropbear" remote="github" />
<project path="external/DroidSSHd" name="tpruvot/android_external_droidsshd" remote="github" />
<project path="android" name="CyanogenDefy/android" remote="github" />
<!--
2 empty repo to remove these directories for sdk r11 compat
<project path="sdk" name="platform/sdk" revision="tools_r11" />
<project path="sdk/monkeyrunner" name="tpruvot/android_sdk_monkeyrunner" remote="github" />
<project path="frameworks/base/core/tests/hosttests" name="tpruvot/empty" remote="github" />
to check :
<remove-project name="sdk/monkeyrunner"/>
<remove-project name="frameworks/base/core/tests/hosttests"/>
-->
</manifest>