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



rust_library_rlib {
    name: "libforeign_types",
    host_supported: true,
    crate_name: "foreign_types",
    cargo_env_compat: true,
    cargo_pkg_version: "0.3.1",
    srcs: ["src/lib.rs"],
    edition: "2015",
    rustlibs: [
        "libforeign_types_shared",
    ],
}