Skip to content
Snippets Groups Projects
Commit 2627355a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "headless: break out modules from headless infra"

parents ad867105 e00fff24
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,22 @@ genrule {
],
}
filegroup {
name: "TestHeadlessModules",
srcs: [
"connect/connect.cc",
"discovery/discovery.cc",
"dumpsys/dumpsys.cc",
"nop/nop.cc",
"pairing/pairing.cc",
"read/name.cc",
"read/read.cc",
"scan/scan.cc",
"sdp/sdp.cc",
"sdp/sdp_db.cc",
],
}
cc_binary {
name: "bt_headless",
defaults: [
......@@ -39,23 +55,14 @@ cc_binary {
"HeadlessBuildTimestamp",
],
srcs: [
":TestHeadlessModules",
"bt_property.cc",
"connect/connect.cc",
"get_options.cc",
"headless.cc",
"log.cc",
"main.cc",
"messenger.cc",
"pairing/pairing.cc",
"util.cc",
"discovery/discovery.cc",
"dumpsys/dumpsys.cc",
"scan/scan.cc",
"sdp/sdp.cc",
"sdp/sdp_db.cc",
"nop/nop.cc",
"read/read.cc",
"read/name.cc",
],
include_dirs: [
"packages/modules/Bluetooth/system",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment