Add AOSP mesa3d explicitly
This commit is contained in:
parent
5d75ef722a
commit
5f73b29009
1 changed files with 4 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
name="proprietary_vendor_lineage-rockchip"
|
name="proprietary_vendor_lineage-rockchip"
|
||||||
remote="bscubed" />
|
remote="bscubed" />
|
||||||
|
|
||||||
<!-- Graphics stack (DRM + minigbm) -->
|
<!-- Graphics stack (DRM + minigbm + mesa3d) -->
|
||||||
<remove-project name="platform/external/drm_hwcomposer" />
|
<remove-project name="platform/external/drm_hwcomposer" />
|
||||||
<remove-project name="platform/external/minigbm" />
|
<remove-project name="platform/external/minigbm" />
|
||||||
<project path="external/drm_hwcomposer"
|
<project path="external/drm_hwcomposer"
|
||||||
|
|
@ -28,6 +28,9 @@
|
||||||
name="android_external_minigbm"
|
name="android_external_minigbm"
|
||||||
remote="bscubed" />
|
remote="bscubed" />
|
||||||
<!-- Use AOSP mesa3d with gfxstream support, will add Panfrost patches -->
|
<!-- Use AOSP mesa3d with gfxstream support, will add Panfrost patches -->
|
||||||
|
<project path="external/mesa3d"
|
||||||
|
name="platform/external/mesa3d"
|
||||||
|
remote="aosp" />
|
||||||
|
|
||||||
<!-- Media / FFmpeg -->
|
<!-- Media / FFmpeg -->
|
||||||
<remove-project name="platform/external/libudev-zero" />
|
<remove-project name="platform/external/libudev-zero" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue