Explicitly depend on V1 of soundtrigger.types
sountrigger.types now has V1 (frozen) and V2 (unstable).
`sountrigger.types` without the version suffix references the unstable
one and causes an ODR violation where there's a transitive dependency to
V1 (via other stable AIDL interface).
Bug: 225941299
Test: m
Change-Id: Ia7a3f002a768a4a879bb8495467c75cb11844459
diff --git a/media/Android.bp b/media/Android.bp
index eceb9bc..36da253 100644
--- a/media/Android.bp
+++ b/media/Android.bp
@@ -36,7 +36,7 @@
],
imports: [
"android.media.audio.common.types",
- "android.media.soundtrigger.types",
+ "android.media.soundtrigger.types-V1",
"media_permission-aidl",
],
}