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:
parent
5f73b29009
commit
ad6b5bd1f9
1 changed files with 4 additions and 3 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue