• 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: "BluetoothIsoSources",
12    srcs: [
13	    "iso_manager.cc",
14	    "iso_module.cc",
15	    "internal/iso_manager_impl.cc",
16    ],
17}
18
19filegroup {
20    name: "BluetoothIsoTestSources",
21    srcs: [
22    ],
23}
24
25filegroup {
26    name: "BluetoothFacade_iso_layer",
27    srcs: [
28        "facade.cc",
29    ],
30}
31