sdm660-common: Set manifest target-level to 5

This commit is contained in:
Tim Zimmermann 2024-06-19 12:39:50 +02:00 committed by CakesTwix
parent fa682f0e24
commit 9ea6e184a1

View file

@ -1,5 +1,15 @@
<manifest version="2.0" type="device" target-level="4">
<manifest version="2.0" type="device" target-level="5">
<kernel target-level="4"/>
<hal format="hidl">
<name>android.hardware.graphics.allocator</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>IAllocator</name>
<instance>default</instance>
</interface>
<fqname>@2.0::IAllocator/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.audio</name>
<transport>hwbinder</transport>