blob: 2b49380612fdb8fc03133477526df42fb69b48f3 [file] [log] [blame]
Bob Badour92ecf7c2021-02-12 18:05:29 -08001package {
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
19license {
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
Jack He65b2a572016-12-07 18:25:17 -080033subdirs = [
Zach Johnson7f1c87e2019-11-09 18:24:47 -080034 "apex",
Jakub Pawlowski3b10c392017-08-08 04:00:13 -070035 "binder",
Jack He65b2a572016-12-07 18:25:17 -080036 "build",
37 "btif",
38 "btcore",
Jack He0ac5b1b2018-07-25 12:02:22 -070039 "common",
Jack He65b2a572016-12-07 18:25:17 -080040 "audio_a2dp_hw",
Cheney Nib9a84c22018-11-07 08:41:55 +080041 "audio_bluetooth_hw",
Cheney Ni68ce2812018-11-08 16:41:02 +080042 "audio_hal_interface",
Jakub Pawlowskie45f3c12018-03-06 16:31:41 -080043 "audio_hearing_aid_hw",
Hansong Zhanga89530f2019-03-19 16:17:42 -070044 "gd",
Jack He65b2a572016-12-07 18:25:17 -080045 "hci",
46 "utils",
47 "device",
48 "stack",
49 "osi",
50 "embdrv",
51 "service",
Jakub Pawlowski776fb3d2017-09-23 14:47:20 -070052 "include",
Jack He65b2a572016-12-07 18:25:17 -080053 "main",
54 "bta",
55 "vendor_libs",
56 "test",
Jakub Pawlowskif9f45852017-07-03 15:39:36 -070057 "types",
Jack He65b2a572016-12-07 18:25:17 -080058 "udrv",
Jack He4e452ba2017-05-17 22:26:05 -070059 "tools",
Jack He9a30a9f2018-03-03 00:03:25 -080060 "proto",
Jack He65b2a572016-12-07 18:25:17 -080061]
Jack Hecac30a22018-08-28 18:28:55 -070062
63filegroup {
Colin Cross03e29e52019-05-23 14:12:59 -070064 name: "BluetoothTestConfigTemplate",
65 srcs: [
66 "AndroidTestTemplate.xml",
67 ],
Jack Hecac30a22018-08-28 18:28:55 -070068}