aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 088e9e25297be35c45b8030935866726c5b39a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// This file is generated by cargo_embargo.
// Do not modify this file as changes will be overridden on upgrade.

rust_library_host {
    name: "libyaml_rust",
    crate_name: "yaml_rust",
    cargo_env_compat: true,
    cargo_pkg_version: "0.4.5",
    srcs: ["src/lib.rs"],
    edition: "2018",
    rustlibs: ["liblinked_hash_map"],
}