aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 0e208a1a151147f84cc671590bdd98fb8102b8c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// This file is generated by cargo_embargo.
// Do not modify this file after the first "rust_*" or "genrule" module
// because the changes will be overridden on upgrade.
// Content before the first "rust_*" or "genrule" module is preserved.

rust_library {
    name: "liblinkme",
    host_supported: true,
    crate_name: "linkme",
    cargo_env_compat: true,
    cargo_pkg_version: "0.3.10",
    srcs: ["src/lib.rs"],
    edition: "2021",
    proc_macros: ["liblinkme_impl"],
    apex_available: [
        "//apex_available:platform",
        "//apex_available:anyapex",
    ],
    product_available: true,
    vendor_available: true,
}