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

rust_library_host {
    name: "libpathdiff",
    crate_name: "pathdiff",
    cargo_env_compat: true,
    cargo_pkg_version: "0.2.1",
    srcs: ["src/lib.rs"],
    edition: "2018",
}