Jack He | e2eeff4 | 2016-12-07 18:25:17 -0800 | [diff] [blame] | 1 | // Utils static library for target |
2 | // ======================================================== | ||||
3 | cc_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 | } |