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.

19 lines
361 B

cc_library_static {
name: "libudrv-uipc",
defaults: ["fluoride_defaults"],
srcs: [
"ulinux/uipc.cc",
],
include_dirs: [
"system/bt",
"system/bt/include",
"system/bt/utils/include",
"system/bt/stack/include",
],
local_include_dirs: [
"include",
],
shared_libs: [
"liblog",
],
}