Filter unrelated path in audio effects coverage report.

Bug: 71882180
Test: make vts
      vts-tradefed run vts-hal -m VtsHalAudioEffectV2_0Target

Change-Id: I704dd31ce9364f2edec480a046de2d2e1b025e07
diff --git a/audio/effect/V2_0/target/AndroidTest.xml b/audio/effect/V2_0/target/AndroidTest.xml
index 8e86a25..5c31f2e 100644
--- a/audio/effect/V2_0/target/AndroidTest.xml
+++ b/audio/effect/V2_0/target/AndroidTest.xml
@@ -28,6 +28,10 @@
         <option name="binary-test-type" value="hal_hidl_gtest"/>
         <option name="binary-test-disable-framework" value="true"/>
         <option name="binary-test-stop-native-servers" value="true"/>
+        <option name="exclude-coverage-path" value="platform/hardware/interfaces/audio/2.0/default/" />
+        <option name="exclude-coverage-path" value="platform/hardware/interfaces/soundtrigger/" />
+        <option name="exclude-coverage-path" value="platform/hardware/libhardware/modules/" />
+        <option name="exclude-coverage-path" value="platform/hardware/qcom/audio/hal/" />
         <option name="precondition-lshal" value="android.hardware.audio.effect@2.0"/>
         <option name="test-timeout" value="5m"/>
     </test>
diff --git a/audio/effect/V2_0/target_profiling/AndroidTest.xml b/audio/effect/V2_0/target_profiling/AndroidTest.xml
index 95cf39c..a845cd4 100644
--- a/audio/effect/V2_0/target_profiling/AndroidTest.xml
+++ b/audio/effect/V2_0/target_profiling/AndroidTest.xml
@@ -34,6 +34,10 @@
         <option name="binary-test-disable-framework" value="true"/>
         <option name="binary-test-stop-native-servers" value="true"/>
         <option name="enable-profiling" value="true"/>
+        <option name="exclude-coverage-path" value="platform/hardware/interfaces/audio/2.0/default/" />
+        <option name="exclude-coverage-path" value="platform/hardware/interfaces/soundtrigger/" />
+        <option name="exclude-coverage-path" value="platform/hardware/libhardware/modules/" />
+        <option name="exclude-coverage-path" value="platform/hardware/qcom/audio/hal/" />
         <option name="precondition-lshal" value="android.hardware.audio.effect@2.0"/>
         <option name="test-timeout" value="15m"/>
     </test>