Override external/minigbm with forked android_external_minigbm
This commit is contained in:
parent
e89b472dbd
commit
9303b56376
1 changed files with 6 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue