Skip to content
Snippets Groups Projects
Commit e03576ac authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

bt_headless: Remove filegroup am: a64a1d76

parents da2c7b1f a64a1d76
No related branches found
No related tags found
No related merge requests found
......@@ -24,22 +24,6 @@ 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: [
......@@ -55,15 +39,24 @@ cc_binary {
"HeadlessBuildTimestamp",
],
srcs: [
":TestHeadlessModules",
"bt_property.cc",
"connect/connect.cc",
"discovery/discovery.cc",
"dumpsys/dumpsys.cc",
"get_options.cc",
"handler.cc",
"headless.cc",
"log.cc",
"main.cc",
"messenger.cc",
"nop/nop.cc",
"pairing/pairing.cc",
"property.cc",
"read/name.cc",
"read/read.cc",
"scan/scan.cc",
"sdp/sdp.cc",
"sdp/sdp_db.cc",
"util.cc",
],
include_dirs: [
......
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