-
Notifications
You must be signed in to change notification settings - Fork 2
/
aosp-4.4.xml
36 lines (30 loc) · 2.4 KB
/
aosp-4.4.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github" fetch="https://github.com/" />
<remote name="omnirom" review="gerrit.omnirom.org" fetch="https://github.com/omnirom" />
<!-- Device -->
<project name="TeamApexQ/android_device_samsung_apexqtmo" path="device/samsung/apexqtmo" remote="github" revision="omni-4.4" />
<project name="TeamApexQ/android_device_samsung_d2-common" path="device/samsung/d2-common" remote="github" revision="omni-4.4" />
<project name="TeamApexQ/android_device_samsung_msm8960-common" path="device/samsung/msm8960-common" remote="github" revision="omni-4.4" />
<project name="TeamApexQ/android_device_samsung_qcom-common" path="device/samsung/qcom-common" remote="github" revision="omni-4.4" />
<!-- Kernel -->
<project name="TeamApexQ/android_kernel_samsung_d2" path="kernel/samsung/d2" remote="github" revision="omni-4.4" />
<!-- Blobz -->
<project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" 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" /-->
<!-- 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="android_hardware_qcom_display-caf" /-->
<project path="hardware/qcom/display-caf" name="android_hardware_qcom_display-caf" remote="omnirom" revision="qcom-4.4_2.7" />
<!--remove-project name="android_hardware_qcom_audio-caf" /-->
<project path="hardware/qcom/audio-caf" name="android_hardware_qcom_audio-caf" remote="omnirom" revision="qcom-4.4_2.7" />
<!--remove-project name="android_hardware_qcom_media-caf" /-->
<project path="hardware/qcom/media-caf" name="android_hardware_qcom_media-caf" remote="omnirom" revision="qcom-4.4_2.7" />
</manifest>