1filegroup { 2 name: "BluetoothHalSources", 3 srcs: [ 4 "snoop_logger.cc", 5 ], 6} 7 8filegroup { 9 name: "BluetoothHalSources_hci_rootcanal", 10 srcs: [ 11 "hci_hal_host_rootcanal.cc", 12 ], 13} 14 15filegroup { 16 name: "BluetoothHalSources_hci_android_hidl", 17 srcs: [ 18 "hci_hal_android_hidl.cc", 19 ], 20} 21 22filegroup { 23 name: "BluetoothHalTestSources_hci_rootcanal", 24 srcs: [ 25 "hci_hal_host_rootcanal_test.cc", 26 ], 27} 28 29filegroup { 30 name: "BluetoothHalTestSources_hci_android_hidl", 31 srcs: [ 32 "hci_hal_android_hidl_test.cc", 33 ], 34} 35 36filegroup { 37 name: "BluetoothFacade_hci_hal", 38 srcs: [ 39 "facade.cc", 40 ], 41} 42