1// This file is generated by cargo_embargo.
2// Do not modify this file because the changes will be overridden on upgrade.
3
4package {
5    default_applicable_licenses: ["external_rust_crates_ciborium-ll_license"],
6    default_team: "trendy_team_android_rust",
7}
8
9license {
10    name: "external_rust_crates_ciborium-ll_license",
11    visibility: [":__subpackages__"],
12    license_kinds: ["SPDX-license-identifier-Apache-2.0"],
13    license_text: ["LICENSE"],
14}
15
16rust_test {
17    name: "ciborium-ll_test_src_lib",
18    host_supported: true,
19    crate_name: "ciborium_ll",
20    cargo_env_compat: true,
21    cargo_pkg_version: "0.2.2",
22    crate_root: "src/lib.rs",
23    test_suites: ["general-tests"],
24    auto_gen_config: true,
25    test_options: {
26        unit_test: true,
27    },
28    edition: "2021",
29    rustlibs: [
30        "libciborium_io",
31        "libhalf",
32        "libhex",
33    ],
34}
35
36rust_library {
37    name: "libciborium_ll",
38    host_supported: true,
39    crate_name: "ciborium_ll",
40    cargo_env_compat: true,
41    cargo_pkg_version: "0.2.2",
42    crate_root: "src/lib.rs",
43    edition: "2021",
44    rustlibs: [
45        "libciborium_io",
46        "libhalf",
47    ],
48    apex_available: [
49        "//apex_available:platform",
50        "//apex_available:anyapex",
51    ],
52    product_available: true,
53    vendor_available: true,
54}
55
56rust_library_rlib {
57    name: "libciborium_ll_nostd",
58    crate_name: "ciborium_ll",
59    cargo_env_compat: true,
60    cargo_pkg_version: "0.2.2",
61    crate_root: "src/lib.rs",
62    edition: "2021",
63    rustlibs: [
64        "libciborium_io_nostd",
65        "libhalf_nostd",
66    ],
67    apex_available: [
68        "//apex_available:platform",
69        "//apex_available:anyapex",
70    ],
71    prefer_rlib: true,
72    no_stdlibs: true,
73    stdlibs: [
74        "liballoc.rust_sysroot",
75        "libcompiler_builtins.rust_sysroot",
76        "libcore.rust_sysroot",
77    ],
78    product_available: true,
79    vendor_available: true,
80}
81
82dirgroup {
83    name: "trusty_dirgroup_external_rust_crates_ciborium-ll",
84    visibility: ["//trusty/vendor/google/aosp/scripts"],
85    dirs: ["."],
86}
87