Override external/minigbm with forked android_external_minigbm

This commit is contained in:
Brendan Szymanski 2026-07-12 14:32:15 -04:00
parent e89b472dbd
commit 9303b56376

View file

@ -18,11 +18,16 @@
name="android_vendor_rockchip_tart"
remote="bscubed" />
<!-- Graphics stack (DRM hwcomposer only - using stock mesa3d + minigbm) -->
<!-- Graphics stack: DRM hwcomposer + forked minigbm (stock AOSP + a patch to
drop DRM master so the composer can drive the display). Stock mesa3d. -->
<remove-project name="platform/external/drm_hwcomposer" />
<project path="external/drm_hwcomposer"
name="android_external_drm_hwcomposer"
remote="bscubed" />
<remove-project name="platform/external/minigbm" />
<project path="external/minigbm"
name="android_external_minigbm"
remote="bscubed" />
<!-- Media / FFmpeg -->
<remove-project name="platform/external/libudev-zero" />