1filegroup { 2 name: "BluetoothNeighborSources", 3 srcs: [ 4 "connectability.cc", 5 "discoverability.cc", 6 "inquiry.cc", 7 "name.cc", 8 "name_db.cc", 9 "page.cc", 10 "scan.cc", 11 ], 12} 13 14filegroup { 15 name: "BluetoothNeighborTestSources", 16 srcs: [ 17 "inquiry_test.cc", 18 ], 19} 20 21filegroup { 22 name: "BluetoothFacade_neighbor", 23 srcs: [ 24 "facade/facade.cc", 25 ], 26} 27