| // This file is generated by cargo2android.py --run --device --dependencies. |
| // Do not modify this file as changes will be overridden on upgrade. |
| |
| rust_library { |
| name: "libcrossbeam_channel", |
| // has rustc warnings |
| host_supported: true, |
| crate_name: "crossbeam_channel", |
| srcs: ["src/lib.rs"], |
| edition: "2018", |
| features: [ |
| "crossbeam-utils", |
| "default", |
| "std", |
| ], |
| rustlibs: [ |
| "libcfg_if", |
| "libcrossbeam_utils", |
| ], |
| } |
| |
| // dependent_library ["feature_list"] |
| // autocfg-1.0.1 |
| // cfg-if-1.0.0 |
| // crossbeam-utils-0.8.3 "lazy_static,std" |
| // lazy_static-1.4.0 |