You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
device_samsung_sm7125-common/bluetooth/Android.bp

24 lines
536 B

cc_library_static {
name: "libbtdevice.sm7125",
defaults: ["fluoride_defaults"],
stem: "libbtdevice",
host_supported: true,
local_include_dirs: [
"include",
],
include_dirs: [
"system/bt",
"system/bt/btcore/include",
"system/bt/hci/include",
"system/bt/internal_include",
"system/bt/stack/include",
],
srcs: [
"src/controller.cc",
"src/esco_parameters.cc",
"src/interop.cc",
],
shared_libs: [
"liblog",
],
}