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
This commit is contained in:
parent
1fd7a8dc56
commit
c1942ad9e7
@ -36,7 +36,7 @@ aidl_interface {
|
||||
],
|
||||
imports: [
|
||||
"android.media.audio.common.types",
|
||||
"android.media.soundtrigger.types",
|
||||
"android.media.soundtrigger.types-V1",
|
||||
"media_permission-aidl",
|
||||
],
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user