aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: cdb47963436460b7b7bbeee0be9283b7971c26c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// This file is generated by cargo_embargo.
// Do not modify this file as changes will be overridden on upgrade.

rust_library_host {
    name: "libmiette",
    crate_name: "miette",
    cargo_env_compat: true,
    cargo_pkg_version: "5.9.0",
    srcs: ["src/lib.rs"],
    edition: "2018",
    features: ["default"],
    rustlibs: [
        "libonce_cell",
        "libthiserror",
        "libunicode_width",
    ],
    proc_macros: ["libmiette_derive"],
    compile_multilib: "first",
}