fleur: Remove 32bit arch from android.hardware.graphics.mapper

We don't ship 32bit blobs and our mapper is 64bo anyway

Change-Id: Ieaabf597bb69fcb3b3ae0c67b2e16926d70c6c22
This commit is contained in:
Mashopy
2025-07-14 21:26:04 +02:00
committed by Onelots
parent 61dcc209f5
commit dfd7dbf9fd

View File

@@ -45,7 +45,7 @@
</hal> </hal>
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.graphics.mapper</name> <name>android.hardware.graphics.mapper</name>
<transport arch="32+64">passthrough</transport> <transport arch="64">passthrough</transport>
<fqname>@4.0::IMapper/default</fqname> <fqname>@4.0::IMapper/default</fqname>
</hal> </hal>
<hal format="hidl"> <hal format="hidl">