• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// This file is generated by cargo2android.py --run --device --dependencies --features=deflate-zlib.
2// Do not modify this file as changes will be overridden on upgrade.
3
4package {
5    default_applicable_licenses: ["external_rust_crates_zip_license"],
6}
7
8// Added automatically by a large-scale-change
9// See: http://go/android-license-faq
10license {
11    name: "external_rust_crates_zip_license",
12    visibility: [":__subpackages__"],
13    license_kinds: [
14        "SPDX-license-identifier-MIT",
15    ],
16    license_text: [
17        "LICENSE",
18    ],
19}
20
21rust_library {
22    name: "libzip",
23    host_supported: true,
24    crate_name: "zip",
25    srcs: ["src/lib.rs"],
26    edition: "2018",
27    features: [
28        "deflate-zlib",
29        "flate2",
30    ],
31    rustlibs: [
32        "libbyteorder",
33        "libcrc32fast",
34        "libflate2",
35        "libthiserror",
36    ],
37}
38
39// dependent_library ["feature_list"]
40//   byteorder-1.4.3 "default,std"
41//   cc-1.0.67
42//   cfg-if-0.1.10
43//   cfg-if-1.0.0
44//   crc32fast-1.2.1 "default,std"
45//   flate2-1.0.14 "any_zlib,libz-sys,zlib"
46//   libc-0.2.94 "default,std"
47//   libz-sys-1.1.3 "default,libc,stock-zlib"
48//   pkg-config-0.3.19
49//   proc-macro2-1.0.26 "default,proc-macro"
50//   quote-1.0.9 "default,proc-macro"
51//   syn-1.0.72 "clone-impls,default,derive,parsing,printing,proc-macro,quote"
52//   thiserror-1.0.24
53//   thiserror-impl-1.0.24
54//   unicode-xid-0.2.2 "default"
55