Merge "Move libbluetooth_audio_session out of v2.0 folder"

This commit is contained in:
Jakub Pawlowski
2021-02-08 20:38:07 +00:00
committed by Gerrit Code Review
8 changed files with 20 additions and 21 deletions

View File

@@ -23,24 +23,3 @@ cc_library_shared {
"libutils",
],
}
cc_library_shared {
name: "libbluetooth_audio_session",
defaults: ["hidl_defaults"],
vendor: true,
srcs: [
"session/BluetoothAudioSession.cpp",
"session/BluetoothAudioSupportedCodecsDB.cpp",
],
export_include_dirs: ["session/"],
header_libs: ["libhardware_headers"],
shared_libs: [
"android.hardware.bluetooth.audio@2.0",
"libbase",
"libcutils",
"libfmq",
"libhidlbase",
"liblog",
"libutils",
],
}

View File

@@ -0,0 +1,20 @@
cc_library_shared {
name: "libbluetooth_audio_session",
defaults: ["hidl_defaults"],
vendor: true,
srcs: [
"session/BluetoothAudioSession.cpp",
"session/BluetoothAudioSupportedCodecsDB.cpp",
],
export_include_dirs: ["session/"],
header_libs: ["libhardware_headers"],
shared_libs: [
"android.hardware.bluetooth.audio@2.0",
"libbase",
"libcutils",
"libfmq",
"libhidlbase",
"liblog",
"libutils",
],
}