You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
385 B

rust_library_rlib {
name: "libtinyvec_nostd",
crate_name: "tinyvec",
cargo_env_compat: true,
cargo_pkg_version: "1.5.1",
srcs: ["src/lib.rs"],
edition: "2018",
prefer_rlib: true,
no_stdlibs: true,
stdlibs: [
"libcompiler_builtins.rust_sysroot",
"libcore.rust_sysroot",
],
vendor_available: true,
min_sdk_version: "29",
}