BluetoothAudio: Statically link HAL dependencies am: 58d8a57469 am: f06f487b09 am: 6f6c309604

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

Change-Id: Ieacebbff1975868ea3a2a5cc5bb56cf7ed729b8d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Myles Watson
2023-10-31 22:52:39 +00:00
committed by Automerger Merge Worker

View File

@@ -15,17 +15,19 @@ cc_test {
],
tidy_timeout_srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
shared_libs: [
static_libs: [
"android.hardware.audio.common-V1-ndk",
"android.hardware.bluetooth.audio-V2-ndk",
"android.hardware.common-V2-ndk",
"android.hardware.common.fmq-V1-ndk",
"android.media.audio.common.types-V1-ndk",
],
shared_libs: [
"libbase",
"libbinder_ndk",
"libcutils",
"libfmq",
],
test_config: "VtsHalBluetoothAudioTargetTest.xml",
test_suites: [
"general-tests",
"vts",