• 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    //   SPDX-license-identifier-BSD
8    default_applicable_licenses: ["system_bt_license"],
9}
10
11filegroup {
12    name: "BluetoothCryptoToolboxSources",
13    srcs: [
14        "aes.cc",
15        "aes_cmac.cc",
16        "crypto_toolbox.cc",
17    ]
18}
19
20filegroup {
21    name: "BluetoothCryptoToolboxTestSources",
22    srcs: [
23        "crypto_toolbox_test.cc",
24    ]
25}
26