Switch mesa3d to forked version with Panfrost support

Replace AOSP mesa3d with bscubed fork that adds Panfrost
GPU driver build rules alongside native gfxstream support.

Copyright (C) 2026 Brendan Szymanski <hello@bscubed.dev>
This commit is contained in:
Brendan Szymanski 2026-07-10 22:41:16 -04:00
parent 5f73b29009
commit ad6b5bd1f9

View file

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