• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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        "distance_measurement_manager.cc",
22        "dumpsys.cc",
23        "entry.cc",
24        "hci_layer.cc",
25        "l2c_api.cc",
26        "le_advertising_manager.cc",
27        "le_scanning_manager.cc",
28        "metric_id_api.cc",
29        "metrics_api.cc",
30        "shim.cc",
31        "stack.cc",
32        "utils.cc",
33    ],
34}
35