Remove emulator code, use Panfrost mesa3d fork

This commit is contained in:
Brendan Szymanski 2026-07-10 20:41:00 -04:00
parent c500a84c91
commit 3f236311fb

View file

@ -18,7 +18,14 @@
name="proprietary_vendor_lineage-rockchip" name="proprietary_vendor_lineage-rockchip"
remote="bscubed" /> remote="bscubed" />
<!-- Graphics stack (DRM + minigbm) --> <!-- 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) -->
<remove-project name="platform/external/drm_hwcomposer" /> <remove-project name="platform/external/drm_hwcomposer" />
<remove-project name="platform/external/minigbm" /> <remove-project name="platform/external/minigbm" />
<project path="external/drm_hwcomposer" <project path="external/drm_hwcomposer"
@ -27,6 +34,10 @@
<project path="external/minigbm" <project path="external/minigbm"
name="android_external_minigbm" name="android_external_minigbm"
remote="bscubed" /> 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" />
<!-- Media / FFmpeg --> <!-- Media / FFmpeg -->
<remove-project name="platform/external/libudev-zero" /> <remove-project name="platform/external/libudev-zero" />