1package { 2 // See: http://go/android-license-faq 3 // A large-scale-change added 'default_applicable_licenses' to import 4 // all of the 'license_kinds' from "system_bt_license" 5 // to get the below license kinds: 6 // SPDX-license-identifier-Apache-2.0 7 default_applicable_licenses: ["system_bt_license"], 8} 9 10filegroup { 11 name: "BluetoothCommonSources", 12 srcs: [ 13 "init_flags.cc", 14 "metric_id_manager.cc", 15 "strings.cc", 16 "stop_watch.cc", 17 ], 18} 19 20filegroup { 21 name: "BluetoothCommonTestSources", 22 srcs: [ 23 "blocking_queue_unittest.cc", 24 "bidi_queue_unittest.cc", 25 "byte_array_test.cc", 26 "circular_buffer_test.cc", 27 "observer_registry_test.cc", 28 "init_flags_test.cc", 29 "list_map_test.cc", 30 "lru_cache_test.cc", 31 "metric_id_manager_unittest.cc", 32 "multi_priority_queue_test.cc", 33 "numbers_test.cc", 34 "strings_test.cc", 35 ], 36} 37