aboutsummaryrefslogtreecommitdiff
path: root/cargo2android-extra-module.bp
blob: 0148c22ea1faba22762c963fc27e1845a71e8ee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
rust_library_host {
    name: "libbindgen_cli",
    crate_name: "bindgen_cli",
    srcs: ["options.rs"],
    edition: "2018",
    rustlibs: [
        "libbindgen",
        "libclap",
        "libclap_complete",
        "libenv_logger",
    ],
    compile_multilib: "first",
}