blob: 19a4071bad609b64d3b856ed7a035d56383aa852 [file] [log] [blame]
Victor Hsieh450c65d2021-03-12 09:28:31 -08001// This file is generated by cargo2android.py --run --device --dependencies --patch=patches/Android.bp.patch.
2// Do not modify this file as changes will be overridden on upgrade.
Bob Badourdb5a2d82021-02-12 16:39:20 -08003
Matthew Maurer54ad9962020-06-10 12:50:38 -07004rust_library {
5 name: "libstructopt",
6 host_supported: true,
7 crate_name: "structopt",
8 srcs: ["src/lib.rs"],
9 edition: "2018",
Chih-Hung Hsiehbe338a12020-10-26 13:16:51 -070010 features: ["default"],
Matthew Maurer54ad9962020-06-10 12:50:38 -070011 rustlibs: [
12 "libclap",
13 "liblazy_static",
14 ],
Chih-Hung Hsiehbe338a12020-10-26 13:16:51 -070015 proc_macros: ["libstructopt_derive"],
Victor Hsieh450c65d2021-03-12 09:28:31 -080016 apex_available: [
17 "//apex_available:platform",
18 "com.android.virt",
19 ],
Matthew Maurer54ad9962020-06-10 12:50:38 -070020}
21
22// dependent_library ["feature_list"]
23// ansi_term-0.11.0
24// atty-0.2.14
25// bitflags-1.2.1 "default"
Haibo Huange7bfadf2020-09-23 21:23:42 -070026// clap-2.33.3 "ansi_term,atty,color,default,strsim,suggestions,vec_map"
Victor Hsieh450c65d2021-03-12 09:28:31 -080027// heck-0.3.2
Matthew Maurer54ad9962020-06-10 12:50:38 -070028// lazy_static-1.4.0
Victor Hsieh450c65d2021-03-12 09:28:31 -080029// libc-0.2.88
Haibo Huange7bfadf2020-09-23 21:23:42 -070030// proc-macro-error-1.0.4 "default,syn,syn-error"
31// proc-macro-error-attr-1.0.4
Chih-Hung Hsiehbe338a12020-10-26 13:16:51 -070032// proc-macro2-1.0.24 "default,proc-macro"
Victor Hsieh450c65d2021-03-12 09:28:31 -080033// quote-1.0.9 "default,proc-macro"
Matthew Maurer54ad9962020-06-10 12:50:38 -070034// strsim-0.8.0
Haibo Huang1fc28252020-11-30 18:19:43 -080035// structopt-derive-0.4.14
Victor Hsieh450c65d2021-03-12 09:28:31 -080036// syn-1.0.63 "clone-impls,default,derive,full,parsing,printing,proc-macro,quote"
Matthew Maurer54ad9962020-06-10 12:50:38 -070037// textwrap-0.11.0
Haibo Huang1fc28252020-11-30 18:19:43 -080038// unicode-segmentation-1.7.1
Matthew Maurer54ad9962020-06-10 12:50:38 -070039// unicode-width-0.1.8 "default"
40// unicode-xid-0.2.1 "default"
41// vec_map-0.8.2
42// version_check-0.9.2