aboutsummaryrefslogtreecommitdiff
path: root/android/bindgen_cmd/Android.bp
blob: b404525f45d7ef662bd4729404527bdb1dfb06c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
rust_library_host {
    name: "libbindgen_cmd",
    crate_name: "bindgen_cmd",
    srcs: ["src/lib.rs"],
    edition: "2018",
    features: [
        "clap",
        "runtime",
        "which",
        "which-rustfmt",
    ],
    rustlibs: [
        "libbindgen",
        "libclap",
        "libenv_logger",
    ],
    compile_multilib: "first",
}