| // This file is generated by cargo2android.py --run --device --dependencies. | |
| rust_library { | |
| name: "libcrc32fast", | |
| host_supported: true, | |
| crate_name: "crc32fast", | |
| srcs: ["src/lib.rs"], | |
| edition: "2015", | |
| features: [ | |
| "default", | |
| "std", | |
| ], | |
| flags: [ | |
| "--cfg crc32fast_stdarchx86", | |
| ], | |
| rustlibs: [ | |
| "libcfg_if", | |
| ], | |
| } | |
| // dependent_library ["feature_list"] | |
| // cfg-if-1.0.0 |