-
Notifications
You must be signed in to change notification settings - Fork 2
/
cm-11.0.xml
43 lines (35 loc) · 2.65 KB
/
cm-11.0.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Device -->
<project name="TeamApexQ/android_device_samsung_apexqtmo" path="device/samsung/apexqtmo" remote="github" revision="cm-11.0" />
<project name="TeamApexQ/android_device_samsung_d2-common" path="device/samsung/d2-common" remote="github" revision="cm-11.0" />
<project name="TeamApexQ/android_device_samsung_msm8960-common" path="device/samsung/msm8960-common" remote="github" revision="cm-11.0" />
<project name="TeamApexQ/android_device_samsung_qcom-common" path="device/samsung/qcom-common" remote="github" revision="cm-11.0" />
<!-- Kernel -->
<project name="TeamApexQ/android_kernel_samsung_d2" path="kernel/samsung/d2" remote="github" revision="cm-11.0" />
<!-- Blobz -->
<project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" remote="github" revision="cm-11.0" />
<!-- Eliminate junk needed by spyware -->
<remove-project name="CyanogenMod/android_external_google" />
<!-- Switch to versions that are cleaned of spyware -->
<remove-project name="CyanogenMod/android_packages_apps_Settings" />
<project name="TeamApexQ/android_packages_apps_Settings" path="packages/apps/Settings" remote="github" revision="cm-11.0" />
<remove-project name="CyanogenMod/android_vendor_cm" />
<project name="TeamApexQ/android_vendor_cm" path="vendor/cm" remote="github" revision="cm-11.0" />
<remove-project name="cyngn/android_vendor_cyngn" />
<project name="TeamApexQ/android_vendor_bogus" path="vendor/cyngn" remote="github" revision="cm-11.0" />
<!-- These changes allow ALL dalvik cache to be stored on the /cache partition -->
<remove-project name="CyanogenMod/android_art" />
<remove-project name="CyanogenMod/android_dalvik" />
<remove-project name="CyanogenMod/android_frameworks_native" />
<project name="TeamApexQ/android_art" path="art" remote="github" revision="cm-11.0" />
<project name="TeamApexQ/android_dalvik" path="dalvik" remote="github" revision="cm-11.0" />
<project name="TeamApexQ/android_frameworks_native" path="frameworks/native" remote="github" revision="cm-11.0" />
<!-- We don't like CM bogus crap -->
<remove-project name="CyanogenMod/android_packages_apps_Trebuchet" />
<!-- For whatever reason, CM decided to cripple ccache to work only with newer glibc than enterprise linux ships -->
<remove-project name="CyanogenMod/android_prebuilts_misc" />
<project name="TeamApexQ/android_prebuilts_misc" path="prebuilts/misc" remote="github" revision="cm-11.0" />
<!--remove-project name="CyanogenMod/android_packages_apps_Dialer" />
<project name="omnirom/android_packages_apps_Dialer" path="packages/apps/Dialer" remote="github" revision="android-4.4" /-->
</manifest>