Merge "Move libbluetooth_audio_session out of v2.0 folder" am: f83049be6b
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1570284 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ie651716169cb9fea0b4ef06863ffac5aaaa781f3
This commit is contained in:
commit
b15b409fdf
8 changed files with 20 additions and 21 deletions
|
@ -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",
|
||||
],
|
||||
}
|
||||
|
|
20
bluetooth/audio/utils/Android.bp
Normal file
20
bluetooth/audio/utils/Android.bp
Normal 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",
|
||||
],
|
||||
}
|
Loading…
Reference in a new issue