// This file is generated by cargo2android.py --run --dependencies --features= --device. | |
// Do not modify this file as changes will be overridden on upgrade. | |
rust_library { | |
name: "libclap", | |
// has rustc warnings | |
host_supported: true, | |
crate_name: "clap", | |
srcs: ["src/lib.rs"], | |
edition: "2015", | |
rustlibs: [ | |
"libbitflags", | |
"libtextwrap", | |
], | |
} | |
// dependent_library ["feature_list"] | |
// bitflags-1.2.1 "default" | |
// textwrap-0.13.3 |