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.
15 lines
381 B
15 lines
381 B
// Utils static library for target |
|
// ======================================================== |
|
cc_library_static { |
|
name: "libbt-utils", |
|
defaults: ["fluoride_defaults"], |
|
local_include_dirs: [ |
|
"include", |
|
], |
|
include_dirs: [ |
|
"system/bt", |
|
"system/bt/btcore/include", |
|
"system/bt/stack/include", |
|
], |
|
srcs: ["src/bt_utils.cc"], |
|
}
|
|
|