aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: eb846cebb5179c83438a49d48a70117782f36b4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// This file is generated by cargo2android.py --run --device --dependencies.
// Do not modify this file as changes will be overridden on upgrade.

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