Merge "BluetoothAudio: Statically link HAL dependencies" into stage-aosp-udc-ts-dev am: e6da8fb752

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

Change-Id: I849ddf0b682943fb1f33acd055ad76ac5e6fa7bd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2023-07-12 23:51:18 +00:00 committed by Automerger Merge Worker
commit 99e5913e0a

View file

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