aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 82472e54dc5a6316218a153292718ab67d4c1d58 (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 --no-host.

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