Revert to stock AOSP mesa3d for booting PoC

Remove custom mesa3d fork override from manifest. Stock
AOSP mesa3d will be used for now. Panfrost GPU acceleration
will be added back in a future iteration.

Copyright (C) 2026 Brendan Szymanski <hello@bscubed.dev>
This commit is contained in:
Brendan Szymanski 2026-07-11 12:56:28 -04:00
parent ad6b5bd1f9
commit 45590f9b20

View file

@ -27,11 +27,6 @@
<project path="external/minigbm"
name="android_external_minigbm"
remote="bscubed" />
<!-- Forked mesa3d with Panfrost GPU driver + gfxstream support -->
<remove-project name="platform/external/mesa3d" />
<project path="external/mesa3d"
name="android_external_mesa3d"
remote="bscubed" />
<!-- Media / FFmpeg -->
<remove-project name="platform/external/libudev-zero" />