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: "BluetoothNeighborSources", 12 srcs: [ 13 "connectability.cc", 14 "discoverability.cc", 15 "inquiry.cc", 16 "name.cc", 17 "name_db.cc", 18 "page.cc", 19 "scan.cc", 20 ], 21} 22 23filegroup { 24 name: "BluetoothNeighborTestSources", 25 srcs: [ 26 "inquiry_test.cc", 27 ], 28} 29 30filegroup { 31 name: "BluetoothFacade_neighbor", 32 srcs: [ 33 "facade/facade.cc", 34 ], 35} 36