blob: dd26f1f2497e9e243ebbff2b4101f9c4c8d0ee3d [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_binary {
name: "android.hardware.bluetooth.socket-service.default",
relative_install_path: "hw",
init_rc: ["bluetooth-socket-service-default.rc"],
vintf_fragments: [":manifest_android.hardware.bluetooth.socket-service.default.xml"],
vendor: true,
srcs: [
"BluetoothSocket.cpp",
"service.cpp",
],
shared_libs: [
"android.hardware.bluetooth.socket-V1-ndk",
"libbase",
"libbinder_ndk",
"libhidlbase",
"libutils",
"liblog",
],
}
filegroup {
name: "manifest_android.hardware.bluetooth.socket-service.default.xml",
srcs: ["bluetooth-socket-service-default.xml"],
}