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: "LibBluetoothShimSources", 12 srcs: [ 13 "acl.cc", 14 "acl_api.cc", 15 "acl_legacy_interface.cc", 16 "activity_attribution.cc", 17 "btm.cc", 18 "btm_api.cc", 19 "config.cc", 20 "controller.cc", 21 "dumpsys.cc", 22 "entry.cc", 23 "hci_layer.cc", 24 "l2c_api.cc", 25 "le_advertising_manager.cc", 26 "le_scanning_manager.cc", 27 "link_policy.cc", 28 "metric_id_api.cc", 29 "metrics_api.cc", 30 "shim.cc", 31 "stack.cc", 32 ] 33} 34