forked from mer-hybris/android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.xml
136 lines (115 loc) · 10.4 KB
/
default.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- NOTE: CURRENTLY GETTING awk: cannot open sdk/files/tools_source.properties (No such file or directory) WARNING
THE CODE BUILDS AND I THINK IT CAN BE IGNORED, BUT I'M WRITING ABOUT IT HERE AS A FUTURE REFERENCE IN CASE SOMETHING GOES WRONG -->
<remote name="aosp"
fetch="https://android.googlesource.com"
review="android-review.googlesource.com" />
<remote name="github"
fetch=".."
review="review.cyanogenmod.org" />
<remote name="private"
fetch="ssh://[email protected]" />
<default revision="refs/heads/cm-10.1"
remote="github"
sync-c="true"
sync-j="6" />
<!-- Include the Mer-hybris repos for packaging and images -->
<project path="hybris/hybris-boot" name="mer-hybris/hybris-boot" revision="master"/>
<!-- Currently disabled due to repository being unavailable -->
<project path="rpm" name="mer-hybris/droid-hal-device" revision="hybris-10.1"/>
<project path="hybris/droid-hal-configs" name="mer-hybris/droid-hal-configs" remote="github" revision="hybris-10.1"/>
<project path="hybris/droid-hal-version" name="mer-hybris/droid-hal-version" remote="github" revision="master"/>
<!-- Subset of core CM repos for hybris -->
<project path="build" name="mer-hybris/android_build" revision="hybris-10.1">
<copyfile src="core/root.mk" dest="Makefile" />
</project>
<project path="android" name="mer-hybris/android" revision="hybris-10.1"/>
<project path="bionic" name="mer-hybris/android_bionic" revision="hybris-10.1" />
<project path="libcore" name="mer-hybris/android_libcore" revision="hybris-10.1"/>
<project path="system/core" name="mer-hybris/android_system_core" revision="hybris-10.1"/>
<project path="hardware/ril" name="mer-hybris/android_hardware_ril" revision="hybris-10.1"/>
<project path="frameworks/native" name="CyanogenMod/android_frameworks_native" />
<!-- Added for mka updater (update-binary for installation .zip) -->
<project path="system/extras" name="CyanogenMod/android_system_extras" revision="cm-10.1"/>
<!-- <project path="system/bluetooth" name="CyanogenMod/android_system_bluetooth" />
<project path="system/netd" name="CyanogenMod/android_system_netd" />
<project path="system/security" name="CyanogenMod/android_system_security" />
<project path="system/vold" name="CyanogenMod/android_system_vold" /> -->
<project path="system/media" name="CyanogenMod/android_system_media" revision="cm-10.1"/>
<project path="frameworks/av" name="CyanogenMod/android_frameworks_av" groups="pdk" revision="cm-10.1"/>
<project path="vendor/cm" name="mer-hybris/android_vendor_cm" revision="hybris-10.1"/>
<project path="device/common" name="CyanogenMod/android_device_common"/>
<project path="bootable/recovery" name="CyanogenMod/android_bootable_recovery"/>
<project path="hardware/libhardware" name="mer-hybris/android_hardware_libhardware" revision="hybris-10.1"/>
<project path="external/busybox" name="mer-hybris/android_external_busybox" revision="hybris-10.1"/>
<project path="external/compiler-rt" name="CyanogenMod/android_external_compiler-rt"/>
<!--added while trying to build libc -->
<project path="external/clang" name="CyanogenMod/android_external_clang"/>
<project path="external/llvm" name="CyanogenMod/android_external_llvm"/>
<project path="external/safe-iop" name="CyanogenMod/android_external_safe-iop"/>
<!-- added while trying to build adb adbd -->
<project path="external/zlib" name="CyanogenMod/android_external_zlib"/>
<project path="external/openssl" name="CyanogenMod/android_external_openssl"/>
<project path="external/qemu" name="CyanogenMod/android_external_qemu"/> <!-- RELATED TO ADB -->
<!-- added while trying to build libEGL libGLESv2 -->
<project path="external/gcc-demangle" name="CyanogenMod/android_external_gcc-demangle"/>
<project path="external/stlport" name="CyanogenMod/android_external_stlport"/>
<project path="external/protobuf" name="mer-hybris/android_external_protobuf" revision="hybris-10.1"/>
<project path="external/liblzf" name="mer-hybris/android_external_liblzf" revision="hybris-10.1"/>
<!-- added by lbt for hybris headers for sync -->
<project path="external/kernel-headers" name="CyanogenMod/android_external_kernel-headers" />
<!-- added by lbt for hybris headers for nfc -->
<project path="external/libnfc-nxp" name="CyanogenMod/android_external_libnfc-nxp" />
<!-- added by lbt for hybris headers for audio -->
<project path="hardware/libhardware_legacy" name="CyanogenMod/android_hardware_libhardware_legacy" />
<!-- added while trying to build bootanimation -->
<project path="external/skia" name="CyanogenMod/android_external_skia"/>
<project path="frameworks/base" name="mer-hybris/android_frameworks_base" revision="hybris-10.1"/> <!-- CONTAINS BOOTANIMATION AND SERVICEMANAGER-->
<project path="frameworks/opt/emoji" name="CyanogenMod/android_frameworks_opt_emoji"/>
<project path="external/jpeg" name="CyanogenMod/android_external_jpeg"/>
<project path="external/expat" name="CyanogenMod/android_external_expat"/>
<project path="external/freetype" name="CyanogenMod/android_external_freetype"/>
<project path="external/libpng" name="CyanogenMod/android_external_libpng"/>
<project path="external/giflib" name="CyanogenMod/android_external_giflib"/>
<project path="external/webp" name="CyanogenMod/android_external_webp"/>
<project path="external/harfbuzz" name="CyanogenMod/android_external_harfbuzz"/>
<!-- Added for mka updater (update-binary for installation .zip) -->
<project path="external/genext2fs" name="CyanogenMod/android_external_genext2fs"/>
<project path="external/yaffs2" name="CyanogenMod/android_external_yaffs2"/>
<project path="external/libselinux" name="CyanogenMod/android_external_libselinux" />
<project path="external/bzip2" name="CyanogenMod/android_external_bzip2" groups="pdk" />
<!-- KERNELS AND DEVICES -->
<project path="hybris/mer-kernel-check" name="mer-hybris/mer-kernel-check" revision="refs/tags/0.0.3" />
<project path="device/lge/mako" name="mer-hybris/android_device_lge_mako" revision="hybris-10.1"/>
<project path="kernel/lge/mako" name="mer-hybris/lge-kernel-mako" revision="hybris-10.1"/>
<!-- Goyawifi incomplete -->
<project path="kernel/samsung/goya" name="T110-pmOS/linux_kernel_pxa988" revision="master"/>
<project path="device/samsung/goyawifi" name="T110-android/android_device_samsung_goyawifi" revision="cm-11.0"/>
<project path="vendor/samsung/goya" name="T110-android/android_vendor_samsung_goya" revision="cm-11.0" />
<project path="hardware/marvell" name="T110-android/android_hardware_marvell" revision="cm-11.0" />
<project path="vendor/marvell/external" name="T110-android/android_vendor_marvell_external" revision="cm-11.0" />
<project path="device/samsung/marvell-common" name="T110-android/android_device_samsung_marvell-common" revision="cm-11.0" />
<!-- I checked these repos, they're actually empty, but maybe one day we won't have to build clang -->
<project path="prebuilts/clang/darwin-x86/3.1" name="platform/prebuilts/clang/darwin-x86/3.1" groups="darwin" remote="aosp" revision="refs/tags/android-4.2.2_r1" />
<project path="prebuilts/clang/darwin-x86/3.2" name="platform/prebuilts/clang/darwin-x86/3.2" groups="darwin" remote="aosp" revision="refs/tags/android-4.2.2_r1" />
<project path="prebuilts/clang/linux-x86/3.1" name="platform/prebuilts/clang/linux-x86/3.1" groups="linux" remote="aosp" revision="refs/tags/android-4.2.2_r1" />
<project path="prebuilts/clang/linux-x86/3.2" name="platform/prebuilts/clang/linux-x86/3.2" groups="linux" remote="aosp" revision="refs/tags/android-4.2.2_r1" />
<!-- PREBUILTS SECTION, CONSIDER GETTING RID OF SOME OF THOSE -->
<project path="prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6" name="platform/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6" groups="darwin,arm" remote="aosp" revision="refs/tags/android-4.2.2_r1" />
<project path="prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6" name="platform/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6" groups="darwin,arm" remote="aosp" revision="refs/tags/android-4.2.2_r1" />
<project path="prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6" name="platform/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6" groups="darwin,mips" remote="aosp" revision="refs/tags/android-4.2.2_r1" />
<project path="prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6" name="platform/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6" groups="darwin,x86" remote="aosp" revision="refs/tags/android-4.2.2_r1" />
<project path="prebuilts/gcc/linux-x86/arm/arm-eabi-4.6" name="platform/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6" groups="linux,arm" remote="aosp" revision="refs/tags/android-4.2.2_r1" />
<project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6" name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6" groups="linux,arm" remote="aosp" revision="refs/tags/android-4.2.2_r1" />
<project path="prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3" name="platform/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3" groups="linux" remote="aosp" revision="refs/tags/android-4.2.2_r1" />
<project path="prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6" name="platform/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6" groups="linux" remote="aosp" revision="refs/tags/android-4.2.2_r1" />
<project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6" groups="linux" remote="aosp" revision="refs/tags/android-4.2.2_r1" />
<project path="prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6" name="platform/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6" groups="linux,mips" remote="aosp" revision="refs/tags/android-4.2.2_r1" />
<project path="prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6" name="platform/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6" groups="linux,x86" remote="aosp" revision="refs/tags/android-4.2.2_r1" />
<project path="prebuilts/tools" name="platform/prebuilts/tools" remote="aosp" revision="refs/tags/android-4.2.2_r1" />
<!-- needed by at least libcrypto -->
<project path="prebuilts/ndk" name="platform/prebuilts/ndk" remote="aosp" revision="refs/tags/android-4.2.2_r1"/>
<project name="sailfishos/droidmedia" path="external/droidmedia" revision="master"/>
<project name="mer-hybris/audioflingerglue" path="external/audioflingerglue" revision="master"/>
</manifest>