• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// This file is generated by cargo_embargo.
2// Do not modify this file after the first "rust_*" or "genrule" module
3// because the changes will be overridden on upgrade.
4// Content before the first "rust_*" or "genrule" module is preserved.
5
6package {
7    default_visibility: ["//external/rust/crates/tikv-jemallocator:__subpackages__"],
8}
9
10rust_library_host {
11    name: "libtikv_jemalloc_sys",
12    crate_name: "tikv_jemalloc_sys",
13    cargo_env_compat: true,
14    cargo_pkg_version: "0.5.4+5.3.0-patched",
15    crate_root: "src/lib.rs",
16    static_libs: ["libjemalloc5_je_prefixed"],
17    edition: "2018",
18    features: [
19        "background_threads_runtime_support",
20        "default",
21    ],
22    cfgs: ["prefixed"],
23    rustlibs: ["liblibc"],
24}
25