aboutsummaryrefslogtreecommitdiff
path: root/0.20.0/Android.bp
blob: 29ed79a634f1726f3bfb143fba403066325a6b68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
rust_library {
    name: "libjni_legacy",
    host_supported: true,
    crate_name: "jni",
    cargo_env_compat: true,
    cargo_pkg_version: "0.20.0",
    srcs: ["src/lib.rs"],
    edition: "2018",
    features: ["default"],
    rustlibs: [
        "libcesu8",
        "libcombine",
        "libjni_sys",
        "liblog_rust",
        "libthiserror",
    ],
    apex_available: [
        "//apex_available:platform",
        "com.android.uwb",
    ],
    product_available: true,
    vendor_available: true,
    min_sdk_version: "29",
}