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

rust_proc_macro {
    name: "liblinkme_impl",
    crate_name: "linkme_impl",
    cargo_env_compat: true,
    cargo_pkg_version: "0.3.10",
    srcs: ["src/lib.rs"],
    edition: "2021",
    rustlibs: [
        "libproc_macro2",
        "libquote",
        "libsyn",
    ],
    product_available: true,
    vendor_available: true,
}