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 default_applicable_licenses: ["external_rust_crates_tokio-util_license"], 8} 9 10// Added automatically by a large-scale-change 11// See: http://go/android-license-faq 12license { 13 name: "external_rust_crates_tokio-util_license", 14 visibility: [":__subpackages__"], 15 license_kinds: [ 16 "SPDX-license-identifier-MIT", 17 ], 18 license_text: [ 19 "LICENSE", 20 ], 21} 22 23rust_library { 24 name: "libtokio_util", 25 host_supported: true, 26 crate_name: "tokio_util", 27 cargo_env_compat: true, 28 cargo_pkg_version: "0.7.7", 29 srcs: ["src/lib.rs"], 30 edition: "2018", 31 features: [ 32 "codec", 33 "compat", 34 "full", 35 "futures-io", 36 "futures-util", 37 "hashbrown", 38 "io", 39 "io-util", 40 "net", 41 "rt", 42 "slab", 43 "time", 44 "tracing", 45 ], 46 rustlibs: [ 47 "libbytes", 48 "libfutures_core", 49 "libfutures_io", 50 "libfutures_sink", 51 "libfutures_util", 52 "libpin_project_lite", 53 "libslab", 54 "libtokio", 55 "libtracing", 56 ], 57 apex_available: [ 58 "//apex_available:platform", 59 "//apex_available:anyapex", 60 ], 61 product_available: true, 62 vendor_available: true, 63 min_sdk_version: "29", 64} 65