blob: 48e399fdbf30ca184da3087b0e2927735f9e9b6e [file] [log] [blame]
// This file is generated by cargo2android.py --run --dependencies --features= --device --patch=patches/Android.bp.patch.
// 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",
],
apex_available: [
"//apex_available:platform",
"com.android.virt",
],
}
// dependent_library ["feature_list"]
// bitflags-1.2.1 "default"
// textwrap-0.13.4