• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Utils static library for target
2// ========================================================
3cc_library_static {
4    name: "libbt-utils",
5    defaults: ["fluoride_defaults"],
6    local_include_dirs: [
7        "include",
8    ],
9    include_dirs: [
10        "system/bt",
11        "system/bt/btcore/include",
12        "system/bt/stack/include",
13    ],
14    srcs: ["src/bt_utils.cc"],
15}
16