1filegroup { 2 name: "BluetoothCommonSources", 3 srcs: [ 4 "init_flags.cc", 5 "strings.cc", 6 ], 7} 8 9filegroup { 10 name: "BluetoothCommonTestSources", 11 srcs: [ 12 "blocking_queue_unittest.cc", 13 "bidi_queue_unittest.cc", 14 "byte_array_test.cc", 15 "observer_registry_test.cc", 16 "init_flags_test.cc", 17 "list_map_test.cc", 18 "lru_cache_test.cc", 19 "numbers_test.cc", 20 "strings_test.cc", 21 ], 22} 23