sdm710-common: Add 3.0 and 4.0 IAllocator entries toandroid.hardware.graphics.allocator I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest. I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@3.0::IAllocator/default in either framework or device VINTF manifest.

This commit is contained in:
David 2022-10-28 21:12:38 +03:00 committed by CakesTwix
parent 6b6923acf7
commit 5e7bbd7a98
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -113,6 +113,8 @@
<instance>default</instance> <instance>default</instance>
</interface> </interface>
<fqname>@2.0::IAllocator/default</fqname> <fqname>@2.0::IAllocator/default</fqname>
<fqname>@3.0::IAllocator/default</fqname>
<fqname>@4.0::IAllocator/default</fqname>
</hal> </hal>
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.graphics.composer</name> <name>android.hardware.graphics.composer</name>