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

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2678077

Change-Id: Ib7cce5259054773b6510452ce40f60aa7eaa9152
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Ram Mohan
2023-08-02 18:02:04 +00:00
committed by Automerger Merge Worker
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",