summaryrefslogtreecommitdiff
path: root/Android.bp
blob: b9bf77cbca564eaa150975737cd12420fe24b81a (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
// This file is generated by cargo2android.py --device --run --features=time,net,io-util,fs --dependencies.
// Do not modify this file as changes will be overridden on upgrade.

package {
    default_applicable_licenses: ["external_rust_crates_tokio-stream_license"],
}

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

rust_library {
    name: "libtokio_stream",
    host_supported: true,
    crate_name: "tokio_stream",
    srcs: ["src/lib.rs"],
    edition: "2018",
    features: [
        "fs",
        "io-util",
        "net",
        "time",
    ],
    rustlibs: [
        "libfutures_core",
        "libpin_project_lite",
        "libtokio",
    ],
}

// dependent_library ["feature_list"]
//   autocfg-1.0.1
//   bytes-1.0.1 "default,std"
//   cfg-if-1.0.0
//   futures-core-0.3.16 "alloc,default,std"
//   instant-0.1.10
//   libc-0.2.98 "default,std"
//   lock_api-0.4.4
//   log-0.4.14
//   memchr-2.4.0 "default,std"
//   mio-0.7.13 "default,net,os-ext,os-poll,os-util,tcp,udp,uds"
//   num_cpus-1.13.0
//   once_cell-1.8.0 "alloc,default,race,std"
//   parking_lot-0.11.1 "default"
//   parking_lot_core-0.8.3
//   pin-project-lite-0.2.7
//   proc-macro2-1.0.28 "default,proc-macro"
//   quote-1.0.9 "default,proc-macro"
//   scopeguard-1.1.0
//   signal-hook-registry-1.4.0
//   smallvec-1.6.1
//   syn-1.0.74 "clone-impls,default,derive,extra-traits,full,parsing,printing,proc-macro,quote,visit-mut"
//   tokio-1.9.0 "bytes,default,fs,full,io-std,io-util,libc,macros,memchr,mio,net,num_cpus,once_cell,parking_lot,process,rt,rt-multi-thread,signal,signal-hook-registry,sync,test-util,time,tokio-macros,winapi"
//   tokio-macros-1.3.0
//   unicode-xid-0.2.2 "default"