forked from android-rpi/local_manifests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.xml
19 lines (15 loc) · 1.06 KB
/
default.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="mlorenzati" fetch="https://github.com/mlorenzati"/>
<remove-project name="platform/frameworks/av"/>
<project path="frameworks/av" name="frameworks_av" revision="arpi-11" remote="mlorenzati"/>
<remove-project name="platform/frameworks/native"/>
<project path="frameworks/native" name="frameworks_native" revision="arpi-11" remote="mlorenzati"/>
<remove-project name="platform/external/mesa3d"/>
<project path="external/mesa3d" name="external_mesa3d" revision="v3d-20.3" remote="mlorenzati"/>
<project path="external/drm_gralloc" name="external_drm_gralloc" revision="v3d-20.3" remote="mlorenzati"/>
<project path="kernel/arpi" name="kernel_arpi" revision="arpi-5.4.y" remote="mlorenzati"/>
<project path="hardware/arpi" name="hardware_arpi" revision="arpi-11" remote="mlorenzati"/>
<project path="device/arpi/rpi4" name="device_arpi_rpi4" revision="arpi-11" remote="mlorenzati"/>
<project path="vendor/arpi/RpLauncher" name="RpLauncher" revision="arpi-11" remote="mlorenzati"/>
</manifest>