blob: 15442ff0503f5e9a598537ce28e079243d078e9c [file] [log] [blame]
Chih-Hung Hsieh63306db2020-06-09 23:32:54 -07001// This file is generated by cargo2android.py --run --dependencies.
2
Matthew Maurer9ab6b022020-07-06 13:34:41 -07003rust_library {
Chih-Hung Hsieh63306db2020-06-09 23:32:54 -07004 name: "libtextwrap",
5 crate_name: "textwrap",
Matthew Maurer9ab6b022020-07-06 13:34:41 -07006 host_supported: true,
Chih-Hung Hsieh63306db2020-06-09 23:32:54 -07007 srcs: ["src/lib.rs"],
8 edition: "2015",
Matthew Maurer9ab6b022020-07-06 13:34:41 -07009 rustlibs: [
Chih-Hung Hsieh63306db2020-06-09 23:32:54 -070010 "libunicode_width",
11 ],
12}
13
14// dependent_library ["feature_list"]
15// unicode-width-0.1.7 "default"