bluetooth: Fix dependency on android.hardware.audio.common

Make android.hardware.bluetooth.audio-V3 and
VtsHalBluetoothAudioTargetTest to depend on
android.hardware.audio.common-V2. This is needed so that
the audio HAL service can depend on
android.hardware.bluetooth.audio-V3.

Bug: 228804498
Test: m
Change-Id: Ic001e651de4cc6ef6920f1d6d80ab272c45aefe2
This commit is contained in:
Ram Mohan 2023-06-29 08:36:31 +05:30 committed by Mikhail Naganov
parent 6ac288288a
commit 8c3289db92
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ aidl_interface {
imports: [
"android.hardware.common-V2",
"android.hardware.common.fmq-V1",
"android.hardware.audio.common-V1",
"android.hardware.audio.common-V2",
],
backend: {
cpp: {
@ -69,7 +69,7 @@ aidl_interface {
imports: [
"android.hardware.common-V2",
"android.hardware.common.fmq-V1",
"android.hardware.audio.common-V1",
"android.hardware.audio.common-V2",
],
},

View file

@ -16,7 +16,7 @@ cc_test {
tidy_timeout_srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
static_libs: [
"android.hardware.audio.common-V1-ndk",
"android.hardware.audio.common-V2-ndk",
"android.hardware.bluetooth.audio-V3-ndk",
"android.hardware.common-V2-ndk",
"android.hardware.common.fmq-V1-ndk",