Zach Johnson | 3a77003 | 2019-03-27 19:15:38 -0700 | [diff] [blame] | 1 | filegroup { |
| 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", |
| 8 | "linux_generic/thread.cc", |
| 9 | ] |
| 10 | } |
| 11 | |
| 12 | filegroup { |
| 13 | name: "BluetoothOsTestSources_linux_generic", |
| 14 | srcs: [ |
| 15 | "linux_generic/alarm_unittest.cc", |
| 16 | "linux_generic/handler_unittest.cc", |
| 17 | "linux_generic/reactor_unittest.cc", |
| 18 | "linux_generic/repeating_alarm_unittest.cc", |
| 19 | "linux_generic/thread_unittest.cc", |
| 20 | ] |
| 21 | } |
Jack He | f4e2471 | 2019-04-01 16:20:14 -0700 | [diff] [blame] | 22 | |
| 23 | filegroup { |
| 24 | name: "BluetoothOsBenchmarkSources", |
| 25 | srcs: [ |
| 26 | "alarm_benchmark.cc", |
| 27 | "thread_benchmark.cc", |
| 28 | ] |
| 29 | } |