forked from android-rpi/local_manifests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.xml
23 lines (20 loc) · 1.21 KB
/
default.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="peyo" fetch="https://github.com/peyo-hd"/>
<remove-project name="platform/external/mesa3d"/>
<project path="external/mesa3d" name="external_mesa3d" revision="vc4_npv" remote="peyo"/>
<remove-project name="platform/external/drm_gralloc"/>
<project path="external/drm_gralloc" name="external_drm_gralloc" revision="vc4_npv" remote="peyo"/>
<remove-project name="platform/external/drm_hwcomposer"/>
<project path="external/drm_hwcomposer" name="external_drm_hwcomposer" revision="vc4_master" remote="peyo"/>
<project path="kernel/rpi" name="kernel_rpi" revision="nougat" remote="peyo"/>
<project path="hardware/rpi" name="hardware_rpi" revision="npv" remote="peyo"/>
<project path="device/brcm/rpi3" name="device_brcm_rpi3" revision="nougat" remote="peyo"/>
<remove-project name="device/google/dragon-kernel" />
<remove-project name="device/htc/flounder-kernel" />
<remove-project name="device/huawei/angler-kernel" />
<remove-project name="device/lge/bullhead-kernel" />
<remove-project name="device/linaro/hikey-kernel" />
<remove-project name="device/asus/fugu-kernel" />
<remove-project name="device/moto/shamu-kernel" />
</manifest>