Use AOSP mesa3d instead of dvab-sarma fork

This commit is contained in:
Brendan Szymanski 2026-07-10 20:56:52 -04:00
parent 3f236311fb
commit 5d75ef722a

View file

@ -18,14 +18,7 @@
name="proprietary_vendor_lineage-rockchip"
remote="bscubed" />
<!-- Remove emulator-specific code (not needed for real hardware) -->
<remove-project name="platform/hardware/google/gfxstream" />
<remove-project name="device/google/cuttlefish" />
<remove-project name="device/google/cuttlefish_prebuilts" />
<remove-project name="device/google/cuttlefish_vmm" />
<remove-project name="platform/device/generic/goldfish" />
<!-- Graphics stack (Panfrost Mesa + DRM) -->
<!-- Graphics stack (DRM + minigbm) -->
<remove-project name="platform/external/drm_hwcomposer" />
<remove-project name="platform/external/minigbm" />
<project path="external/drm_hwcomposer"
@ -34,10 +27,7 @@
<project path="external/minigbm"
name="android_external_minigbm"
remote="bscubed" />
<!-- Use dvab-sarma's Panfrost mesa3d fork for Mali GPU hardware acceleration -->
<project path="external/mesa3d-panfrost"
name="android_external_mesa3d_panfrost"
remote="bscubed" />
<!-- Use AOSP mesa3d with gfxstream support, will add Panfrost patches -->
<!-- Media / FFmpeg -->
<remove-project name="platform/external/libudev-zero" />