• 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: "BluetoothHalSources",
12    srcs: [
13        "snoop_logger.cc",
14    ],
15}
16
17filegroup {
18    name: "BluetoothHalTestSources",
19    srcs: [
20        "snoop_logger_test.cc",
21    ],
22}
23
24filegroup {
25    name: "BluetoothHalSources_hci_host",
26    srcs: [
27        "hci_hal_host.cc",
28    ],
29}
30
31filegroup {
32    name: "BluetoothHalSources_hci_android_hidl",
33    srcs: [
34        "hci_hal_android_hidl.cc",
35    ],
36}
37
38filegroup {
39    name: "BluetoothHalTestSources_hci_host",
40    srcs: [
41        "hci_hal_host_test.cc",
42    ],
43}
44
45filegroup {
46    name: "BluetoothHalTestSources_hci_android_hidl",
47    srcs: [
48        "hci_hal_android_hidl_test.cc",
49    ],
50}
51
52filegroup {
53    name: "BluetoothFacade_hci_hal",
54    srcs: [
55        "facade.cc",
56    ],
57}
58
59filegroup {
60    name: "BluetoothHalFuzzSources",
61    srcs: [
62        "fuzz/fuzz_hci_hal.cc",
63    ],
64}
65