blob: 3a40750af94d551e317cac32935315eccdf8c590 [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"],
Suren Baghdasaryan08bea742018-12-19 17:36:37 -080015 shared_libs: [
Zhijun He0c4d5992019-06-19 04:44:18 +000016 "libprocessgroup",
Suren Baghdasaryan08bea742018-12-19 17:36:37 -080017 ],
Jack Hee2eeff42016-12-07 18:25:17 -080018}