blob: add822e019ca462155310918183f6c12f6ca2f23 [file] [log] [blame]
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",
],
}