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

Commit 9b9ce2a4 authored by Lorena Torres-Huerta's avatar Lorena Torres-Huerta
Browse files

Use explicit aidl versions for audio hal and soundtrigger dependencies.

There are still issues with importing implicit versions. Switching to explicit versions while b/188871598 is worked out.

Bug: 242678729
Test: m; AIDL_TRANSITIVE_FREEZE=true m aidl-freeze-api && AIDL_FROZEN_REL=true m
Merged-In: If5a96c05b6448b588aa6326225dc6962ca7da6c7
Change-Id: If5a96c05b6448b588aa6326225dc6962ca7da6c7
(cherry picked from commit 56ec5d9e)
parent cd5387e2
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -35,8 +35,8 @@ aidl_interface {
        "aidl/android/media/soundtrigger_middleware/SoundTriggerModuleDescriptor.aidl",
    ],
    imports: [
        "android.media.audio.common.types",
        "android.media.soundtrigger.types",
        "android.media.audio.common.types-V2",
        "android.media.soundtrigger.types-V1",
        "media_permission-aidl",
    ],
}
@@ -232,12 +232,12 @@ aidl_interface {
        },
    },
    imports: [
        "android.media.audio.common.types",
        "android.media.audio.common.types-V2",
    ],
    versions_with_info: [
        {
            version: "1",
            imports: ["android.media.audio.common.types-V1"],
            imports: ["android.media.audio.common.types-V2"],
        },
    ],