• 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_applicable_licenses: ["external_crosvm_license"],
8}
9
10rust_library {
11    name: "libsnapshot_crosvm",
12    defaults: ["crosvm_defaults"],
13    host_supported: true,
14    crate_name: "snapshot",
15    cargo_env_compat: true,
16    cargo_pkg_version: "0.1.0",
17    crate_root: "src/lib.rs",
18    edition: "2021",
19    rustlibs: [
20        "libanyhow",
21        "libbase_rust",
22        "libcrypto_generic",
23        "libserde",
24        "libserde_json",
25    ],
26    aliases: ["crypto_generic:crypto"],
27    apex_available: ["com.android.virt"],
28}
29