allow disable OMX for 64only build

This commit is contained in:
Ziyang Zhou
2021-11-11 21:50:11 +08:00
parent 47e8a23531
commit 35a30e56d3
10 changed files with 123 additions and 22 deletions

View File

@@ -0,0 +1,15 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.media.omx</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IOmx</name>
<instance>default</instance>
</interface>
<interface>
<name>IOmxStore</name>
<instance>default</instance>
</interface>
</hal>
</manifest>