aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 3deb0d1987632effdb25ef18c0bae64a16b596e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// This file is generated by cargo2android.py --run --host-first-multilib.
// Do not modify this file as changes will be overridden on upgrade.



rust_library_host {
    name: "libucd_trie",
    crate_name: "ucd_trie",
    cargo_env_compat: true,
    cargo_pkg_version: "0.1.3",
    srcs: ["src/lib.rs"],
    edition: "2018",
    features: [
        "default",
        "std",
    ],
    compile_multilib: "first",
}