ffmpeg: add instance to framework compatibility matrix

* Picked up by 'make check-vintf-all'.

The following instances are in the device manifest but not specified in framework compatibility matrix:
    android.hardware.media.c2.IComponentStore/ffmpeg (@1)
This commit is contained in:
Konsta
2025-06-22 14:44:06 +03:00
parent df33a89dc2
commit a7460bb97a

View File

@@ -8,4 +8,12 @@
<instance>legacy/0</instance>
</interface>
</hal>
<hal format="aidl">
<name>android.hardware.media.c2</name>
<version>1</version>
<interface>
<name>IComponentStore</name>
<instance>ffmpeg</instance>
</interface>
</hal>
</compatibility-matrix>