// This file is generated by cargo_embargo. // Do not modify this file after the first "rust_*" or "genrule" module // because the changes will be overridden on upgrade. // Content before the first "rust_*" or "genrule" module is preserved. rust_library_rlib { name: "libsmccc", crate_name: "smccc", cargo_env_compat: true, cargo_pkg_version: "0.1.1", crate_root: "src/lib.rs", edition: "2021", apex_available: [ "//apex_available:platform", "//apex_available:anyapex", ], prefer_rlib: true, no_stdlibs: true, stdlibs: [ "libcompiler_builtins.rust_sysroot", "libcore.rust_sysroot", ], product_available: true, vendor_available: true, } rust_test { name: "smccc_test_src_lib", crate_name: "smccc", cargo_env_compat: true, cargo_pkg_version: "0.1.1", crate_root: "src/lib.rs", test_suites: ["general-tests"], auto_gen_config: true, edition: "2021", }