aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 64302ac38f56d874c145ce78450f640044c35dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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,
        },
    },
}