aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: c4bddf71e011a371524266c5fe688de28ad1fc76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// This file is generated by cargo2android.py --run --dependencies --device --patch=patches/Android.bp.patch.

rust_library {
    name: "libandroid_log_sys",
    host_supported: true,
    crate_name: "android_log_sys",
    srcs: ["src/lib.rs"],
    edition: "2015",
    target: {
        linux_glibc: {
            // liblog is not added as a dependency for linux_glibc target
            enabled: false,
        },
    },
    apex_available: [
        "//apex_available:platform",
        "com.android.virt",
    ],
}