mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "BluetoothAudio: Statically link HAL dependencies" into main am: e023a39508 am: 1e0b2ebe91
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2654741 Change-Id: Ib34fef3c80b50c1a8b8769c2192404d52368b48a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user