blob: 41b87fcb91c6eaa30c4431e0380f29264cfe5a1b [file] [log] [blame]
Hansong Zhang751a2212019-03-29 14:27:05 -07001filegroup {
Jack Hee0660822019-04-22 11:45:26 -07002 name: "BluetoothHalSources",
3 srcs: [
Zach Johnsonb45ecd22019-04-29 12:07:23 -07004 "snoop_logger.cc",
Jack Hee0660822019-04-22 11:45:26 -07005 ],
6}
7
8filegroup {
Hansong Zhang751a2212019-03-29 14:27:05 -07009 name: "BluetoothHalSources_hci_rootcanal",
10 srcs: [
11 "hci_hal_host_rootcanal.cc",
Hansong Zhang904c0222019-04-08 14:26:53 -070012 ],
13}
14
15filegroup {
16 name: "BluetoothHalSources_hci_android_hidl",
17 srcs: [
18 "hci_hal_android_hidl.cc",
19 ],
Hansong Zhang751a2212019-03-29 14:27:05 -070020}
21
22filegroup {
23 name: "BluetoothHalTestSources_hci_rootcanal",
24 srcs: [
25 "hci_hal_host_rootcanal_test.cc",
Hansong Zhang904c0222019-04-08 14:26:53 -070026 ],
27}
28
29filegroup {
30 name: "BluetoothHalTestSources_hci_android_hidl",
31 srcs: [
32 "hci_hal_android_hidl_test.cc",
33 ],
Hansong Zhang751a2212019-03-29 14:27:05 -070034}
Hansong Zhang29f99002019-04-24 17:25:42 +000035
36filegroup {
Zach Johnson34703602019-04-29 16:45:21 -070037 name: "BluetoothFacade_hci_hal",
Hansong Zhang29f99002019-04-24 17:25:42 +000038 srcs: [
Zach Johnson34703602019-04-29 16:45:21 -070039 "facade.cc",
Hansong Zhang29f99002019-04-24 17:25:42 +000040 ],
41}