WORKAROUND: add audio 2.0 to manifest

... to fix the mixed build. Wahoo doesn't have audio 2.0
so this is expected to break VtsTrebleVintfTest, but this allows
the GSI + wahoo vendor image to build (because GSI falsely requires
audio 2.0 but wahoo only provides 4.0).

Test: checkvintf manifest.xml compatibility_matrix.legacy.xml
Bug: 74341777
Change-Id: I3403127ae13bb12d9266d9f467391a51b135e73d
This commit is contained in:
Yifan Hong
2018-03-08 11:02:43 -08:00
parent 9dc4b0c1a9
commit 6a644c872b

View File

@@ -2,6 +2,8 @@
<hal format="hidl">
<name>android.hardware.audio</name>
<transport>hwbinder</transport>
<!-- TODO(b/74341777) remove non-existent 2.0 once bug is fixed. -->
<version>2.0</version>
<version>4.0</version>
<interface>
<name>IDevicesFactory</name>
@@ -11,6 +13,8 @@
<hal format="hidl">
<name>android.hardware.audio.effect</name>
<transport>hwbinder</transport>
<!-- TODO(b/74341777) remove non-existent 2.0 once bug is fixed. -->
<version>2.0</version>
<version>4.0</version>
<interface>
<name>IEffectsFactory</name>