Skip to content
Snippets Groups Projects
Commit da50740f authored by Myles Watson's avatar Myles Watson Committed by Automerger Merge Worker
Browse files

Merge "bluetooth_audio_hal_version_test: Use static audio" into main am: 7c836407 am: a5952748

parents 19ab0409 a5952748
No related branches found
No related tags found
No related merge requests found
......@@ -611,12 +611,11 @@ cc_test {
"mts_defaults",
],
shared_libs: [
"android.hardware.bluetooth.audio@2.0",
"android.hardware.bluetooth.audio@2.1",
"libbase",
"libbinder",
"libbinder_ndk",
"libchrome",
"libcutils",
"libhidlbase",
"liblog",
"libutils",
......@@ -624,15 +623,15 @@ cc_test {
include_dirs: ["packages/modules/Bluetooth/system"],
srcs: ["common/hal_version_manager_test.cc"],
static_libs: [
"android.hardware.bluetooth@1.0",
"android.hardware.bluetooth@1.1",
"android.hardware.audio.common@5.0",
"android.hardware.bluetooth.audio@2.0",
"android.hardware.bluetooth.audio@2.1",
"android.hardware.common-V2-ndk",
"android.hardware.common.fmq-V1-ndk",
"bluetooth_flags_c_lib",
"libbt-audio-hal-interface",
"libflagtest",
],
header_libs: ["libbluetooth_headers"],
test_suites: ["general-tests"],
cflags: [
"-Wall",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment