Target FCM level 202404 deprecated the following HALs: android.hardware.graphics.mapper Target FCM level 202404 requires the newer version of the following HALs: android.hardware.radio.config android.hardware.radio.data android.hardware.radio.messaging android.hardware.radio.modem android.hardware.radio.network android.hardware.radio.sim android.hardware.radio.voice Add the previous version of these HALs into the customized product FCM before ready to remove them from device manifest Bug: 312876454 Flag: EXEMPT NDK Change-Id: Ic9af791e7aa2027bf8d7ff9c39cf097323d7b68a
15 lines
488 B
XML
15 lines
488 B
XML
<manifest version="1.0" type="device" target-level="202404">
|
|
<hal format="hidl">
|
|
<name>android.hardware.graphics.mapper</name>
|
|
<transport arch="32+64">passthrough</transport>
|
|
<version>4.0</version>
|
|
<interface>
|
|
<name>IMapper</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="aidl">
|
|
<name>android.hardware.boot</name>
|
|
<fqname>IBootControl/default</fqname>
|
|
</hal>
|
|
</manifest>
|