Revert to stock AOSP minigbm
Remove custom minigbm fork override. Stock AOSP/LineageOS minigbm will be used instead. Device tree has no gralloc dependencies that require the custom fork. Copyright (C) 2026 Brendan Szymanski <hello@bscubed.dev>
This commit is contained in:
parent
45590f9b20
commit
dc80a021e6
1 changed files with 1 additions and 5 deletions
|
|
@ -18,15 +18,11 @@
|
|||
name="proprietary_vendor_lineage-rockchip"
|
||||
remote="bscubed" />
|
||||
|
||||
<!-- Graphics stack (DRM + minigbm + mesa3d) -->
|
||||
<!-- Graphics stack (DRM hwcomposer only - using stock mesa3d + minigbm) -->
|
||||
<remove-project name="platform/external/drm_hwcomposer" />
|
||||
<remove-project name="platform/external/minigbm" />
|
||||
<project path="external/drm_hwcomposer"
|
||||
name="android_external_drm_hwcomposer"
|
||||
remote="bscubed" />
|
||||
<project path="external/minigbm"
|
||||
name="android_external_minigbm"
|
||||
remote="bscubed" />
|
||||
|
||||
<!-- Media / FFmpeg -->
|
||||
<remove-project name="platform/external/libudev-zero" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue