aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: ca964114caa0d882d3fc216ccfb7d2847610799f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
// This file is generated by cargo2android.py --run --device --dependencies --features=.

package {
    default_applicable_licenses: ["external_rust_crates_zip_license"],
}

// Added automatically by a large-scale-change
// See: http://go/android-license-faq
license {
    name: "external_rust_crates_zip_license",
    visibility: [":__subpackages__"],
    license_kinds: [
        "SPDX-license-identifier-MIT",
    ],
    license_text: [
        "LICENSE",
    ],
}

rust_library {
    name: "libzip",
    host_supported: true,
    crate_name: "zip",
    srcs: ["src/lib.rs"],
    edition: "2018",
    rustlibs: [
        "libbyteorder",
        "libcrc32fast",
        "libthiserror",
    ],
}

// dependent_library ["feature_list"]
//   byteorder-1.4.2 "default,std"
//   cfg-if-1.0.0
//   crc32fast-1.2.1 "default,std"
//   proc-macro2-1.0.24 "default,proc-macro"
//   quote-1.0.8 "default,proc-macro"
//   syn-1.0.60 "clone-impls,default,derive,parsing,printing,proc-macro,quote"
//   thiserror-1.0.23
//   thiserror-impl-1.0.23
//   unicode-xid-0.2.1 "default"