blob: 4910c12070525d7fc5f48b0244f6dbe3a668b1e9 [file] [log] [blame] [edit]
// 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: ["//visibility:private"],
}
rust_library_host {
name: "libtikv_jemallocator",
crate_name: "tikv_jemallocator",
cargo_env_compat: true,
cargo_pkg_version: "0.5.4",
srcs: ["src/lib.rs"],
edition: "2018",
features: [
"background_threads_runtime_support",
"default",
],
rustlibs: [
"liblibc",
"libtikv_jemalloc_sys",
],
visibility: ["//external/n2:__subpackages__"],
}