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