Merge "Revert^3 "Remove HIDL graphics.mapper service from V+"" into main
This commit is contained in:
commit
6a8ca65803
1 changed files with 10 additions and 1 deletions
|
@ -240,6 +240,15 @@
|
|||
<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>
|
||||
|
@ -679,7 +688,7 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<!-- The native mapper HAL must exist on the device -->
|
||||
<!-- Either the native or the HIDL mapper HAL must exist on the device -->
|
||||
<hal format="native" optional="true">
|
||||
<name>mapper</name>
|
||||
<version>5.0</version>
|
||||
|
|
Loading…
Reference in a new issue