aboutsummaryrefslogtreecommitdiff
path: root/gen/lib/Android.bp
blob: 64d2e16debb4679202526859c5f248f9b8444f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
rust_library_host {
    name: "libcxx_gen",
    crate_name: "cxx_gen",
    cargo_env_compat: true,
    cargo_pkg_version: "0.7.93",
    srcs: ["src/lib.rs"],
    edition: "2018",
    rustlibs: [
        "libcodespan_reporting",
        "libproc_macro2",
        "libquote",
        "libsyn",
    ],
    compile_multilib: "first",
    product_available: true,
    vendor_available: true,
}