blob: f368dd4ab21fec5151cad9939ca70522a8ec2969 [file] [log] [blame]
Bob Badourb224b362021-02-12 20:13:01 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "hardware_interfaces_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["hardware_interfaces_license"],
8}
9
Sunny Kapdi9526c2f2018-02-07 15:08:01 -080010cc_library_shared {
Steven Moreland59d39ab2019-08-30 11:53:44 -070011 name: "android.hardware.bluetooth.a2dp@1.0-impl.mock",
Sunny Kapdi9526c2f2018-02-07 15:08:01 -080012 relative_install_path: "hw",
13 vendor: true,
14 srcs: [
15 "BluetoothAudioOffload.cpp",
16 ],
17 shared_libs: [
18 "libhidlbase",
Sunny Kapdi9526c2f2018-02-07 15:08:01 -080019 "libutils",
20 "android.hardware.bluetooth.a2dp@1.0",
21 ],
22}