xref: /aosp_15_r20/external/crosvm/hypervisor/hypervisor_test_macro/Android.bp (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
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_applicable_licenses: ["external_crosvm_license"],
8    default_team: "trendy_team_foundation_security_rust_pkvm_",
9}
10
11rust_proc_macro {
12    name: "libhypervisor_test_macro",
13    defaults: ["crosvm_inner_defaults"],
14    crate_name: "hypervisor_test_macro",
15    cargo_env_compat: true,
16    cargo_pkg_version: "0.1.0",
17    crate_root: "src/lib.rs",
18    edition: "2021",
19    rustlibs: [
20        "libproc_macro2",
21        "libquote",
22        "librand",
23        "libsyn",
24    ],
25}
26