• 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
6rust_library_host {
7    name: "libvm_memory_android",
8    crate_name: "vm_memory",
9    cargo_env_compat: true,
10    cargo_pkg_version: "0.12.2",
11    crate_root: "src/lib.rs",
12    edition: "2021",
13    features: [
14        "arc-swap",
15        "backend-atomic",
16        "backend-bitmap",
17        "backend-mmap",
18        "default",
19    ],
20    rustlibs: [
21        "libarc_swap",
22        "liblibc",
23        "libthiserror",
24    ],
25}
26