flo: manifest.xml: Add camera.provider

- Android 10 QPR1 (Dec 2019) changed way of detecting camera
 - Camera will be checked in manifest.xml now

 - 26c7997dea
This commit is contained in:
followmsi 2020-01-08 21:12:21 +01:00
parent 99f9c73a90
commit 09e1526b2e
1 changed files with 9 additions and 0 deletions

View File

@ -26,6 +26,15 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.camera.provider</name>
<transport arch="32">passthrough</transport>
<version>2.4</version>
<interface>
<name>ICameraProvider</name>
<instance>legacy/0</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.media.omx</name>
<transport>hwbinder</transport>