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

// TODO: Add license.
rust_proc_macro {
    name: "libmaybe_async",
    crate_name: "maybe_async",
    cargo_env_compat: true,
    cargo_pkg_version: "0.2.10",
    srcs: ["src/lib.rs"],
    edition: "2021",
    features: ["default"],
    rustlibs: [
        "libproc_macro2",
        "libquote",
        "libsyn",
    ],
    product_available: true,
    vendor_available: true,
}