Remove emulator code, use Panfrost mesa3d fork
This commit is contained in:
parent
c500a84c91
commit
3f236311fb
1 changed files with 12 additions and 1 deletions
13
manifest.xml
13
manifest.xml
|
|
@ -18,7 +18,14 @@
|
|||
name="proprietary_vendor_lineage-rockchip"
|
||||
remote="bscubed" />
|
||||
|
||||
<!-- Graphics stack (DRM + minigbm) -->
|
||||
<!-- Remove emulator-specific code (not needed for real hardware) -->
|
||||
<remove-project name="platform/hardware/google/gfxstream" />
|
||||
<remove-project name="device/google/cuttlefish" />
|
||||
<remove-project name="device/google/cuttlefish_prebuilts" />
|
||||
<remove-project name="device/google/cuttlefish_vmm" />
|
||||
<remove-project name="platform/device/generic/goldfish" />
|
||||
|
||||
<!-- Graphics stack (Panfrost Mesa + DRM) -->
|
||||
<remove-project name="platform/external/drm_hwcomposer" />
|
||||
<remove-project name="platform/external/minigbm" />
|
||||
<project path="external/drm_hwcomposer"
|
||||
|
|
@ -27,6 +34,10 @@
|
|||
<project path="external/minigbm"
|
||||
name="android_external_minigbm"
|
||||
remote="bscubed" />
|
||||
<!-- Use dvab-sarma's Panfrost mesa3d fork for Mali GPU hardware acceleration -->
|
||||
<project path="external/mesa3d-panfrost"
|
||||
name="android_external_mesa3d_panfrost"
|
||||
remote="bscubed" />
|
||||
|
||||
<!-- Media / FFmpeg -->
|
||||
<remove-project name="platform/external/libudev-zero" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue