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 Change-Id: If5a96c05b6448b588aa6326225dc6962ca7da6c7
This commit is contained in:
@@ -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"],
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user