forked from trebon59/android_local_manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocal_manifest.xml
20 lines (18 loc) · 1.34 KB
/
local_manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- CM replacements -->
<remove-project name="CyanogenMod/android_frameworks_av" />
<remove-project name="CyanogenMod/android_frameworks_native" />
<remove-project name="CyanogenMod/android_hardware_libhardware_legacy" />
<project path="frameworks/av" name="legaCyMod/android_frameworks_av" revision="cm-10.1" />
<project path="frameworks/native" name="legaCyMod/android_frameworks_native" revision="cm-10.1" />
<project path="hardware/libhardware_legacy" name="legaCyMod/android_hardware_libhardware_legacy" revision="cm-10.1" />
<!-- Local projects -->
<project path="hardware/atheros/ath6kl-compat" name="TheWhisp/android_hardware_atheros_ath6kl-compat" revision="cm-10.1" />
<project path="hardware/atheros/wlan" name="TheWhisp/android_hardware_atheros_wlan" revision="cm-10.1" />
<project path="hardware/qcom/display-legacy" name="legaCyMod/android_hardware_qcom_display-legacy" revision="cm-10.1" />
<project path="hardware/qcom/media-legacy" name="legaCyMod/android_hardware_qcom_media-legacy" revision="cm-10.1" />
<!-- FM radio -->
<project path="hardware/qcom/fm" name="legaCyMod/android_hardware_qcom_fm" revision="jellybean" />
<project path="packages/apps/FM2" name="legaCyMod/android_packages_apps_FM2" revision="jellybean" />
</manifest>