aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 9c09f2f84a5ff469e1e65ba61e35337a42bceaf7 (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_library_host {
    name: "libserde_yaml",
    crate_name: "serde_yaml",
    cargo_env_compat: true,
    cargo_pkg_version: "0.9.25",
    srcs: ["src/lib.rs"],
    edition: "2021",
    rustlibs: [
        "libindexmap",
        "libitoa",
        "libryu",
        "libserde",
        "libunsafe_libyaml",
    ],
}