forked from tpruvot/android
-
Notifications
You must be signed in to change notification settings - Fork 21
/
local_manifest_a10.xml
18 lines (16 loc) · 1.04 KB
/
local_manifest_a10.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- CM removals -->
<remove-project name="CyanogenMod/android_frameworks_av" />
<remove-project name="CyanogenMod/android_frameworks_base" />
<remove-project name="CyanogenMod/android_system_vold" />
<remove-project name="CyanogenMod/android_frameworks_native" />
<project path="frameworks/av" name="Quarx2k/android_frameworks_av" revision="cm-10.1-a10" />
<project path="frameworks/base" name="Quarx2k/android_frameworks_base" revision="cm-10.1-a10" />
<project path="frameworks/native" name="Quarx2k/android_frameworks_native" revision="cm-10.1-a10" />
<project path="system/vold" name="Quarx2k/android_system_vold" />
<project path="hardware/realtek" name="allwinner-dev-team/android_hardware_realtek" />
<project path="device/allwinner/a10" name="Quarx2k/android_device_a10" />
<project path="kernel" name="Quarx2k/linux-allwinner" revision="allwinner-v3.0-android-v2" />
<project path="external/cedarx" name="Quarx2k/android_external_cedarx.git" revision="jellybean" />
</manifest>