aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: f2e1727c104ecd1efb1ade5eb14eb278587caf85 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// This file is generated by cargo2android.py --run --dependencies.

rust_library_host {
    name: "libregex",
    crate_name: "regex",
    srcs: ["src/lib.rs"],
    edition: "2015",
    features: [
        "aho-corasick",
        "default",
        "memchr",
        "perf",
        "perf-cache",
        "perf-dfa",
        "perf-inline",
        "perf-literal",
        "std",
        "thread_local",
        "unicode",
        "unicode-age",
        "unicode-bool",
        "unicode-case",
        "unicode-gencat",
        "unicode-perl",
        "unicode-script",
        "unicode-segment",
    ],
    rustlibs: [
        "libaho_corasick",
        "libmemchr",
        "libregex_syntax",
        "libthread_local",
    ],
}

// dependent_library ["feature_list"]
//   aho-corasick-0.7.14 "default,std"
//   lazy_static-1.4.0
//   memchr-2.3.3 "default,std,use_std"
//   regex-syntax-0.6.20 "default,unicode,unicode-age,unicode-bool,unicode-case,unicode-gencat,unicode-perl,unicode-script,unicode-segment"
//   thread_local-1.0.1