aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 4b09a1230b025f8bd392d124a793d091d4d48782 (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_rlib {
    name: "libthread_local",
    crate_name: "thread_local",
    srcs: ["src/lib.rs"],
    edition: "2015",
    rlibs: [
        "liblazy_static",
    ],
}

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