aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 0c2ca4dbc5bab867b53b55ab161c0a67f0debc8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// This file is generated by cargo2android.py.

rust_library_host {
    name: "libthread_local",
    crate_name: "thread_local",
    srcs: ["src/lib.rs"],
    edition: "2015",
    rustlibs: [
        "liblazy_static",
    ],
}

// dependent_library ["feature_list"]
//   lazy_static-1.4.0