aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 15442ff0503f5e9a598537ce28e079243d078e9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// This file is generated by cargo2android.py --run --dependencies.

rust_library {
    name: "libtextwrap",
    crate_name: "textwrap",
    host_supported: true,
    srcs: ["src/lib.rs"],
    edition: "2015",
    rustlibs: [
        "libunicode_width",
    ],
}

// dependent_library ["feature_list"]
//   unicode-width-0.1.7 "default"