Merge "Use explicit aidl versions for audio hal and soundtrigger dependencies."
This commit is contained in:
committed by
Android (Google) Code Review
commit
6ca93bb18a
@@ -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