You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
987 B
39 lines
987 B
// This file is generated by cargo2android.py --run --dependencies --device.
|
|
|
|
package {
|
|
default_applicable_licenses: [
|
|
"external_rust_crates_async-stream-impl_license",
|
|
],
|
|
}
|
|
|
|
// Added automatically by a large-scale-change
|
|
// See: http://go/android-license-faq
|
|
license {
|
|
name: "external_rust_crates_async-stream-impl_license",
|
|
visibility: [":__subpackages__"],
|
|
license_kinds: [
|
|
"SPDX-license-identifier-MIT",
|
|
],
|
|
license_text: [
|
|
"LICENSE",
|
|
],
|
|
}
|
|
|
|
rust_proc_macro {
|
|
name: "libasync_stream_impl",
|
|
crate_name: "async_stream_impl",
|
|
srcs: ["src/lib.rs"],
|
|
edition: "2018",
|
|
rustlibs: [
|
|
"libproc_macro2",
|
|
"libquote",
|
|
"libsyn",
|
|
],
|
|
}
|
|
|
|
// dependent_library ["feature_list"]
|
|
// proc-macro2-1.0.24 "default,proc-macro"
|
|
// quote-1.0.8 "default,proc-macro"
|
|
// syn-1.0.60 "clone-impls,default,derive,extra-traits,full,parsing,printing,proc-macro,quote,visit-mut"
|
|
// unicode-xid-0.2.1 "default"
|