| cc_library_shared { |
| name: "[email protected]", |
| defaults: ["hidl_defaults"], |
| vendor: true, |
| relative_install_path: "hw", |
| srcs: [ |
| "BluetoothAudioProvidersFactory.cpp", |
| "BluetoothAudioProvider.cpp", |
| "A2dpOffloadAudioProvider.cpp", |
| "A2dpSoftwareAudioProvider.cpp", |
| "HearingAidAudioProvider.cpp", |
| "LeAudioAudioProvider.cpp", |
| ], |
| header_libs: ["libhardware_headers"], |
| shared_libs: [ |
| "[email protected]", |
| "[email protected]", |
| "libbase", |
| "libbluetooth_audio_session_2_1", |
| "libcutils", |
| "libfmq", |
| "libhidlbase", |
| "liblog", |
| "libutils", |
| ], |
| } |
| |
| cc_library_shared { |
| name: "libbluetooth_audio_session_2_1", |
| defaults: ["hidl_defaults"], |
| vendor: true, |
| srcs: [ |
| "session/BluetoothAudioSession.cpp", |
| "session/BluetoothAudioSupportedCodecsDB.cpp", |
| ], |
| export_include_dirs: ["session/"], |
| header_libs: ["libhardware_headers"], |
| shared_libs: [ |
| "[email protected]", |
| "[email protected]", |
| "libbase", |
| "libcutils", |
| "libfmq", |
| "libhidlbase", |
| "liblog", |
| "libutils", |
| ], |
| } |