blob: b8ad91a1085b5f0addb41411a48a3ce5298532df [file] [log] [blame]
Zach Johnson3a770032019-03-27 19:15:38 -07001filegroup {
2 name: "BluetoothOsSources_linux_generic",
3 srcs: [
4 "linux_generic/alarm.cc",
5 "linux_generic/handler.cc",
6 "linux_generic/reactor.cc",
7 "linux_generic/repeating_alarm.cc",
Chienyuan87d813d2019-04-04 10:29:02 -07008 "linux_generic/reactive_semaphore.cc",
Zach Johnson3a770032019-03-27 19:15:38 -07009 "linux_generic/thread.cc",
Colin Cross62084352019-05-23 14:12:59 -070010 ],
Zach Johnson3a770032019-03-27 19:15:38 -070011}
12
13filegroup {
14 name: "BluetoothOsTestSources_linux_generic",
15 srcs: [
16 "linux_generic/alarm_unittest.cc",
17 "linux_generic/handler_unittest.cc",
Chienyuan87d813d2019-04-04 10:29:02 -070018 "linux_generic/queue_unittest.cc",
Zach Johnson3a770032019-03-27 19:15:38 -070019 "linux_generic/reactor_unittest.cc",
20 "linux_generic/repeating_alarm_unittest.cc",
21 "linux_generic/thread_unittest.cc",
Colin Cross62084352019-05-23 14:12:59 -070022 ],
Zach Johnson3a770032019-03-27 19:15:38 -070023}
Jack Hef4e24712019-04-01 16:20:14 -070024
25filegroup {
26 name: "BluetoothOsBenchmarkSources",
27 srcs: [
28 "alarm_benchmark.cc",
29 "thread_benchmark.cc",
Chienyuan567a18b2019-05-02 18:37:54 -070030 "queue_benchmark.cc",
Colin Cross62084352019-05-23 14:12:59 -070031 ],
Jack Hef4e24712019-04-01 16:20:14 -070032}