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

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