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

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

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