Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1942ad9 authored by Jiyong Park's avatar Jiyong Park
Browse files

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
parent 1fd7a8dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ aidl_interface {
    ],
    imports: [
        "android.media.audio.common.types",
        "android.media.soundtrigger.types",
        "android.media.soundtrigger.types-V1",
        "media_permission-aidl",
    ],
}