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
diff --git a/manifest.xml b/manifest.xml
index 44712f7..5ab960b 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -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>