aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 4cf532b2fc04223f8399f50e2dc87e10a233eb58 (plain)
1
2
3
4
5
6
7
8
9
// This file is generated by cargo2android.py --device --run --dependencies.

rust_library {
    name: "libsmallvec",
    host_supported: true,
    crate_name: "smallvec",
    srcs: ["src/lib.rs"],
    edition: "2018",
}