Remove Soundtrigger HIDL interface from cuttlefish

cuttlefish doesn't have soundtrigger hardware and lacks
the corresponding vendor binary module. Leaving the HIDL
interface for soundtrigger was causing soundtrigger
middleware to believe that something is wrong with the
HAL and perform unneeded restart of audio HAL service
during device boot.

Bug: 151795571
Bug: 159966243
Test: verify that cuttlefish device boots and audio server
      and HAL do not get restarted during the boot
Merged-In: I2ba4bbd125f3697601566208b48a7220cea86bac
Change-Id: I2ba4bbd125f3697601566208b48a7220cea86bac
diff --git a/shared/config/manifest.xml b/shared/config/manifest.xml
index 6e4739b..51fad50 100644
--- a/shared/config/manifest.xml
+++ b/shared/config/manifest.xml
@@ -236,6 +236,7 @@
         </interface>
     </hal>
     -->
+    <!--
     <hal format="hidl">
         <name>android.hardware.soundtrigger</name>
         <transport>hwbinder</transport>
@@ -245,6 +246,7 @@
             <instance>default</instance>
         </interface>
     </hal>
+    -->
     <!-- TODO (b/130079321):
     <hal format="hidl">
         <name>android.hardware.tetheroffload.config</name>
diff --git a/shared/device.mk b/shared/device.mk
index 59df7ee..ae3efa5 100644
--- a/shared/device.mk
+++ b/shared/device.mk
@@ -286,7 +286,6 @@
     [email protected] \
     [email protected] \
     [email protected] \
-    [email protected] \
 
 #
 # Drm HAL