aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: e042ea08593556cf8d4216cd62b8c1ba9f89883d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// This file is generated by cargo2android.py --run --dependencies --tests.

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

rust_test_host {
    name: "thread_local_host_test_src_lib",
    crate_name: "thread_local",
    srcs: ["src/lib.rs"],
    test_suites: ["general-tests"],
    auto_gen_config: true,
    edition: "2015",
    rustlibs: [
        "liblazy_static",
    ],
}

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