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

rust_library {
    name: "libbytes",
    host_supported: true,
    crate_name: "bytes",
    srcs: ["src/lib.rs"],
    edition: "2018",
    features: [
        "default",
        "std",
    ],
}