blob: 941b04e390832547fb9c3c985f0f0d0c261192e6 [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",
srcs: ["src/lib.rs"],
static_libs: ["libjemalloc5"],
edition: "2018",
features: [
"background_threads_runtime_support",
"default",
],
rustlibs: ["liblibc"],
}