summaryrefslogtreecommitdiff
path: root/system/main/shim/Android.bp
blob: b8aca32fa18548d73398eb5013d16a8df5516c3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "system_bt_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["system_bt_license"],
}

filegroup {
    name: "LibBluetoothShimSources",
    srcs: [
        "acl.cc",
        "acl_api.cc",
        "acl_legacy_interface.cc",
        "activity_attribution.cc",
        "btm.cc",
        "btm_api.cc",
        "config.cc",
        "controller.cc",
        "dumpsys.cc",
        "entry.cc",
        "hci_layer.cc",
        "l2c_api.cc",
        "le_advertising_manager.cc",
        "le_scanning_manager.cc",
        "link_policy.cc",
        "metric_id_api.cc",
        "metrics_api.cc",
        "shim.cc",
        "stack.cc",
    ]
}