aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 9785e50d3d8ff650d096fdd0866b3f316b03a39b (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 --device.

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

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