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