• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// This file is generated by cargo_embargo.
2// Do not modify this file after the first "rust_*" or "genrule" module
3// because the changes will be overridden on upgrade.
4// Content before the first "rust_*" or "genrule" module is preserved.
5
6package {
7    default_team: "trendy_team_android_rust",
8    default_applicable_licenses: ["Android-Apache-2.0"],
9}
10
11rust_library_host {
12    name: "liblicense_checker",
13    crate_name: "license_checker",
14    cargo_env_compat: true,
15    cargo_pkg_version: "0.1.0",
16    crate_root: "src/lib.rs",
17    edition: "2021",
18    rustlibs: [
19        "libglob",
20        "libitertools",
21        "libspdx",
22        "libtextdistance",
23        "libthiserror",
24    ],
25}
26
27rust_test_host {
28    name: "license_checker_test_src_lib",
29    crate_name: "license_checker",
30    cargo_env_compat: true,
31    cargo_pkg_version: "0.1.0",
32    crate_root: "src/lib.rs",
33    test_suites: ["general-tests"],
34    auto_gen_config: true,
35    test_options: {
36        unit_test: true,
37    },
38    edition: "2021",
39    rustlibs: [
40        "libglob",
41        "libitertools",
42        "libspdx",
43        "libtextdistance",
44        "libthiserror",
45    ],
46}
47