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.
29 lines
711 B
29 lines
711 B
filegroup { |
|
name: "BluetoothOsSources_linux_generic", |
|
srcs: [ |
|
"linux_generic/alarm.cc", |
|
"linux_generic/handler.cc", |
|
"linux_generic/reactor.cc", |
|
"linux_generic/repeating_alarm.cc", |
|
"linux_generic/thread.cc", |
|
] |
|
} |
|
|
|
filegroup { |
|
name: "BluetoothOsTestSources_linux_generic", |
|
srcs: [ |
|
"linux_generic/alarm_unittest.cc", |
|
"linux_generic/handler_unittest.cc", |
|
"linux_generic/reactor_unittest.cc", |
|
"linux_generic/repeating_alarm_unittest.cc", |
|
"linux_generic/thread_unittest.cc", |
|
] |
|
} |
|
|
|
filegroup { |
|
name: "BluetoothOsBenchmarkSources", |
|
srcs: [ |
|
"alarm_benchmark.cc", |
|
"thread_benchmark.cc", |
|
] |
|
}
|
|
|