mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
BluetoothAudio: Statically link HAL dependencies am: 58d8a57469
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2721515 Change-Id: I9741415a81f4813f8b2086676db07d8b5d395d1c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -15,17 +15,19 @@ 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-V2-ndk",
|
"android.hardware.bluetooth.audio-V2-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-V1-ndk",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
"libbase",
|
"libbase",
|
||||||
"libbinder_ndk",
|
"libbinder_ndk",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"libfmq",
|
"libfmq",
|
||||||
],
|
],
|
||||||
test_config: "VtsHalBluetoothAudioTargetTest.xml",
|
|
||||||
test_suites: [
|
test_suites: [
|
||||||
"general-tests",
|
"general-tests",
|
||||||
"vts",
|
"vts",
|
||||||
|
|||||||
Reference in New Issue
Block a user