package { | |
default_applicable_licenses: ["Android-Apache-2.0"], | |
} | |
cc_binary { | |
name: "[email protected]", | |
defaults: ["cuttlefish_guest_only", "hidl_defaults"], | |
vendor: true, | |
relative_install_path: "hw", | |
srcs: [ | |
"remote_bluetooth.cpp", | |
"service.cpp", | |
], | |
shared_libs: [ | |
"[email protected]", | |
"[email protected]", | |
"libcuttlefish_fs", | |
"libbase", | |
"libhidlbase", | |
"libutils", | |
"liblog", | |
"libcutils", | |
"libprotobuf-cpp-lite", | |
], | |
static_libs: [ | |
"libbt-rootcanal", | |
"async_fd_watcher", | |
], | |
init_rc: ["[email protected]"], | |
} |