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: "BluetoothBtaaSources_android", 12 srcs: [ 13 "android/activity_attribution.cc", 14 ], 15} 16 17filegroup { 18 name: "BluetoothBtaaSources_host", 19 srcs: [ 20 "host/activity_attribution.cc", 21 ], 22} 23 24filegroup { 25 name: "BluetoothBtaaSources_linux_generic", 26 srcs: [ 27 "linux_generic/attribution_processor.cc", 28 "linux_generic/cmd_evt_classification.cc", 29 "linux_generic/hci_processor.cc", 30 "linux_generic/wakelock_processor.cc", 31 ], 32} 33