Remove HIDL graphics.mapper service from V+

The native HAL is used instead.

Test: m
Bug: 285605852
Change-Id: Ic2db38dff80b709aff7cc85fcd426a123e6f84df
This commit is contained in:
Devin Moore
2023-09-08 21:33:29 +00:00
parent e226dcd2e8
commit ec9012dd2d

View File

@@ -238,15 +238,6 @@
<instance>default</instance>
</interface>
</hal>
<!-- Either the native or the HIDL mapper HAL must exist on the device -->
<hal format="hidl" optional="true">
<name>android.hardware.graphics.mapper</name>
<version>4.0</version>
<interface>
<name>IMapper</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.health</name>
<version>1-2</version>
@@ -686,7 +677,7 @@
<instance>default</instance>
</interface>
</hal>
<!-- Either the native or the HIDL mapper HAL must exist on the device -->
<!-- The native mapper HAL must exist on the device -->
<hal format="native" optional="true">
<name>mapper</name>
<version>5.0</version>