• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// This file is generated by cargo2android.py --config cargo2android.json.
2// Do not modify this file as changes will be overridden on upgrade.
3
4
5
6package {
7    // See: http://go/android-license-faq
8    // A large-scale-change added 'default_applicable_licenses' to import
9    // all of the 'license_kinds' from "external_minijail_license"
10    // to get the below license kinds:
11    //   SPDX-license-identifier-BSD
12    default_applicable_licenses: ["external_minijail_license"],
13}
14
15rust_library {
16    name: "libminijail_sys",
17    host_supported: true,
18    crate_name: "minijail_sys",
19    cargo_env_compat: true,
20    cargo_pkg_version: "0.0.13",
21    srcs: ["lib.rs"],
22    edition: "2018",
23    rustlibs: [
24        "liblibc",
25    ],
26    shared_libs: [
27        "libcap",
28        "libminijail",
29    ],
30    apex_available: [
31        "//apex_available:platform",
32        "com.android.compos",
33        "com.android.virt",
34    ],
35}
36