OSDN Git Service

[automerger skipped] Merge "Reset the IRK after all devices are unpaired" into sc...
[android-x86/system-bt.git] / Android.bp
1 package {
2     default_applicable_licenses: ["system_bt_license"],
3 }
4
5 // Added automatically by a large-scale-change that took the approach of
6 // 'apply every license found to every target'. While this makes sure we respect
7 // every license restriction, it may not be entirely correct.
8 //
9 // e.g. GPL in an MIT project might only apply to the contrib/ directory.
10 //
11 // Please consider splitting the single license below into multiple licenses,
12 // taking care not to lose any license_kind information, and overriding the
13 // default license using the 'licenses: [...]' property on targets as needed.
14 //
15 // For unused files, consider creating a 'fileGroup' with "//visibility:private"
16 // to attach the license to, and including a comment whether the files may be
17 // used in the current project.
18 // See: http://go/android-license-faq
19 license {
20     name: "system_bt_license",
21     visibility: [":__subpackages__"],
22     license_kinds: [
23         "SPDX-license-identifier-Apache-2.0",
24         "SPDX-license-identifier-BSD",
25         "SPDX-license-identifier-MIT",
26         "legacy_unencumbered",
27     ],
28     license_text: [
29         "NOTICE",
30     ],
31 }
32
33 subdirs = [
34     "apex",
35     "binder",
36     "build",
37     "btif",
38     "btcore",
39     "common",
40     "audio_a2dp_hw",
41     "audio_bluetooth_hw",
42     "audio_hal_interface",
43     "audio_hearing_aid_hw",
44     "gd",
45     "hci",
46     "utils",
47     "device",
48     "stack",
49     "osi",
50     "embdrv",
51     "service",
52     "include",
53     "main",
54     "bta",
55     "vendor_libs",
56     "test",
57     "types",
58     "udrv",
59     "tools",
60     "proto",
61 ]
62
63 filegroup {
64     name: "BluetoothTestConfigTemplate",
65     srcs: [
66         "AndroidTestTemplate.xml",
67     ],
68 }