Merge "BluetoothAudio: Statically link HAL dependencies" into main am: e023a39508

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

Change-Id: I82fd0fe4dc73712786bad86a0d203efeecc05d2b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Myles Watson
2023-07-12 01:15:30 +00:00
committed by Automerger Merge Worker

View File

@@ -15,11 +15,14 @@ cc_test {
],
tidy_timeout_srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
shared_libs: [
static_libs: [
"android.hardware.audio.common-V1-ndk",
"android.hardware.bluetooth.audio-V3-ndk",
"android.hardware.common-V2-ndk",
"android.hardware.common.fmq-V1-ndk",
"android.media.audio.common.types-V2-ndk",
],
shared_libs: [
"libbase",
"libbinder_ndk",
"libcutils",