Skip to content

Commit

Permalink
Enable hw-binder for audio in manifest
Browse files Browse the repository at this point in the history
Tracked-On: OAM-74969
Signed-off-by: M, Kumar K <kumar.k.m@intel.com>
  • Loading branch information
kkm123 authored and sysopenci committed Jan 9, 2019
1 parent a5d8139 commit c508799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.xml
@@ -1,7 +1,7 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.audio</name>
<transport arch="32+64">passthrough</transport>
<transport>hwbinder</transport>
<version>4.0</version>
<interface>
<name>IDevicesFactory</name>
Expand All @@ -10,7 +10,7 @@
</hal>
<hal format="hidl">
<name>android.hardware.audio.effect</name>
<transport arch="32+64">passthrough</transport>
<transport>hwbinder</transport>
<version>4.0</version>
<interface>
<name>IEffectsFactory</name>
Expand Down

0 comments on commit c508799

Please sign in to comment.