blob: 51b58ab2fcb12d2b6b67f8845fabd0812f048194 [file] [log] [blame]
// 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.
package {
default_visibility: ["//external/rust/crates/tikv-jemallocator:__subpackages__"],
}
rust_library_host {
name: "libtikv_jemalloc_sys",
crate_name: "tikv_jemalloc_sys",
cargo_env_compat: true,
cargo_pkg_version: "0.5.4+5.3.0-patched",
crate_root: "src/lib.rs",
static_libs: ["libjemalloc5_je_prefixed"],
edition: "2018",
features: [
"background_threads_runtime_support",
"default",
],
cfgs: ["prefixed"],
rustlibs: ["liblibc"],
}