1filegroup { 2 name: "BluetoothCommonSources", 3 srcs: [ 4 "link_key.cc", 5 ], 6} 7 8filegroup { 9 name: "BluetoothCommonTestSources", 10 srcs: [ 11 "blocking_queue_unittest.cc", 12 "bidi_queue_unittest.cc", 13 "observer_registry_test.cc", 14 "link_key_unittest.cc", 15 ], 16} 17