Hansong Zhang | 751a221 | 2019-03-29 14:27:05 -0700 | [diff] [blame] | 1 | filegroup { |
Jack He | e066082 | 2019-04-22 11:45:26 -0700 | [diff] [blame] | 2 | name: "BluetoothHalSources", |
| 3 | srcs: [ |
Zach Johnson | b45ecd2 | 2019-04-29 12:07:23 -0700 | [diff] [blame] | 4 | "snoop_logger.cc", |
Jack He | e066082 | 2019-04-22 11:45:26 -0700 | [diff] [blame] | 5 | ], |
| 6 | } |
| 7 | |
| 8 | filegroup { |
Hansong Zhang | 751a221 | 2019-03-29 14:27:05 -0700 | [diff] [blame] | 9 | name: "BluetoothHalSources_hci_rootcanal", |
| 10 | srcs: [ |
| 11 | "hci_hal_host_rootcanal.cc", |
Hansong Zhang | 904c022 | 2019-04-08 14:26:53 -0700 | [diff] [blame] | 12 | ], |
| 13 | } |
| 14 | |
| 15 | filegroup { |
| 16 | name: "BluetoothHalSources_hci_android_hidl", |
| 17 | srcs: [ |
| 18 | "hci_hal_android_hidl.cc", |
| 19 | ], |
Hansong Zhang | 751a221 | 2019-03-29 14:27:05 -0700 | [diff] [blame] | 20 | } |
| 21 | |
| 22 | filegroup { |
| 23 | name: "BluetoothHalTestSources_hci_rootcanal", |
| 24 | srcs: [ |
| 25 | "hci_hal_host_rootcanal_test.cc", |
Hansong Zhang | 904c022 | 2019-04-08 14:26:53 -0700 | [diff] [blame] | 26 | ], |
| 27 | } |
| 28 | |
| 29 | filegroup { |
| 30 | name: "BluetoothHalTestSources_hci_android_hidl", |
| 31 | srcs: [ |
| 32 | "hci_hal_android_hidl_test.cc", |
| 33 | ], |
Hansong Zhang | 751a221 | 2019-03-29 14:27:05 -0700 | [diff] [blame] | 34 | } |
Hansong Zhang | 29f9900 | 2019-04-24 17:25:42 +0000 | [diff] [blame] | 35 | |
| 36 | filegroup { |
Zach Johnson | 3470360 | 2019-04-29 16:45:21 -0700 | [diff] [blame] | 37 | name: "BluetoothFacade_hci_hal", |
Hansong Zhang | 29f9900 | 2019-04-24 17:25:42 +0000 | [diff] [blame] | 38 | srcs: [ |
Zach Johnson | 3470360 | 2019-04-29 16:45:21 -0700 | [diff] [blame] | 39 | "facade.cc", |
Hansong Zhang | 29f9900 | 2019-04-24 17:25:42 +0000 | [diff] [blame] | 40 | ], |
| 41 | } |