aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: bfe5e04070a873199da58edc259673436d7925bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// This file is generated by cargo2android.py --run --device --dependencies --features=alloc,default,tinyvec_macros.

rust_library {
    name: "libtinyvec",
    host_supported: true,
    crate_name: "tinyvec",
    srcs: ["src/lib.rs"],
    edition: "2018",
    features: [
        "alloc",
        "default",
        "tinyvec_macros",
    ],
    rustlibs: [
        "libtinyvec_macros",
    ],
}

// dependent_library ["feature_list"]
//   tinyvec_macros-0.1.0