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_aarch64-paging_license"],
6    default_team: "trendy_team_android_rust",
7}
8
9license {
10    name: "external_rust_crates_aarch64-paging_license",
11    visibility: [":__subpackages__"],
12    license_kinds: ["SPDX-license-identifier-Apache-2.0"],
13    license_text: ["LICENSE-APACHE"],
14}
15
16rust_test {
17    name: "aarch64-paging_test_src_lib",
18    host_supported: true,
19    crate_name: "aarch64_paging",
20    cargo_env_compat: true,
21    cargo_pkg_version: "0.7.0",
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    features: [
30        "alloc",
31        "default",
32    ],
33    rustlibs: ["libbitflags"],
34    enabled: false,
35    arch: {
36        arm64: {
37            enabled: true,
38        },
39    },
40}
41
42rust_library_rlib {
43    name: "libaarch64_paging",
44    host_supported: true,
45    crate_name: "aarch64_paging",
46    cargo_env_compat: true,
47    cargo_pkg_version: "0.7.0",
48    crate_root: "src/lib.rs",
49    edition: "2021",
50    features: [
51        "alloc",
52        "default",
53    ],
54    rustlibs: ["libbitflags"],
55    apex_available: [
56        "//apex_available:platform",
57        "com.android.virt",
58    ],
59    prefer_rlib: true,
60    no_stdlibs: true,
61    stdlibs: [
62        "liballoc.rust_sysroot",
63        "libcompiler_builtins.rust_sysroot",
64        "libcore.rust_sysroot",
65    ],
66    product_available: true,
67    vendor_available: true,
68    enabled: false,
69    arch: {
70        arm64: {
71            enabled: true,
72        },
73    },
74}
75
76dirgroup {
77    name: "trusty_dirgroup_external_rust_crates_aarch64-paging",
78    visibility: ["//trusty/vendor/google/aosp/scripts"],
79    dirs: ["."],
80}
81