blob: 6a6c51080565af8fa26bb11e61130b1c2ab3a610 [file] [log] [blame]
Jack Hee2eeff42016-12-07 18:25:17 -08001// 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}