-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjsr-cm-11.xml
32 lines (23 loc) · 1.95 KB
/
jsr-cm-11.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="bb" fetch="https://bitbucket.org/" />
<default sync-j="4" />
<remove-project name="CyanogenMod/android_hardware_ril" />
<remove-project name="CyanogenMod/android_hardware_qcom_display-caf" />
<project path="device/qcom/common" name="CyanogenMod/android_device_qcom_common" remote="github" revision="cm-11.0" />
<!-- Device Folders, Kernel & Proprietary BLOBS -->
<project path="device/jsr/d9" name="jsr-d9/android_device_jsr_d9" remote="github" revision="cm-11.0"/>
<project path="kernel/jsr/msm8625" name="jsr-d9/android_kernel_jsr_msm8625" remote="github" revision="d9" />
<project path="vendor/jsr/d9" name="jsr-d9/android_vendor_jsr_d9" remote="github" revision="cm-11.0" />
<!-- RIL -->
<project path="hardware/ril" name="jsr-d9/android_hardware_ril-legacy" remote="github" revision="cm-11.0" />
<!-- WIFI -->
<project path="hardware/atheros/wifi/ath6kl" name="jsr-d9/android_hardware_atheros_wifi_ath6kl" remote="github" revision="d9" />
<project path="hardware/atheros/wlan" name="CyanogenMod/android_hardware_atheros_wlan" remote="github" revision="cm-11.0" />
<!-- QCOM Hardware -->
<project path="hardware/qcom/fm" name="CyanogenMod/android_hardware_qcom_fm" remote="github" revision="cm-11.0" />
<project path="hardware/qcom/display-caf" name="jsr-d9/android_hardware_qcom_display-caf" remote="github" revision="cm-11.0" />
<!-- Toolchain -->
<project path="prebuilts/gcc/linux-x86/arm/arm-eabi-4.8" name="UBERTC/arm-eabi-4.9" remote="bb" revision="master" />
<project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8" name="UBERTC/arm-linux-androideabi-4.8" remote="bb" revision="master" />
</manifest>