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: "BluetoothStackManagerSources",
12    srcs: [
13        "entry.cc",
14        "stack.cc",
15    ],
16}
17
18filegroup {
19    name: "LibBluetoothShimSources",
20    srcs: [
21        "acl.cc",
22        "acl_api.cc",
23        "acl_legacy_interface.cc",
24        "btm_api.cc",
25        "config.cc",
26        "distance_measurement_manager.cc",
27        "dumpsys.cc",
28        "hci_layer.cc",
29        "le_advertising_manager.cc",
30        "le_scanning_manager.cc",
31        "metric_id_api.cc",
32        "metrics_api.cc",
33        "shim.cc",
34        "utils.cc",
35    ],
36}
37