aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 2b883822afeb6f6f3dd56d9584581b6cd73233c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// This file is generated by cargo2android.py.

rust_library {
    name: "libwhich",
    crate_name: "which",
    srcs: ["src/lib.rs"],
    edition: "2015",
    rustlibs: [
        "liblibc",
    ],
    host_supported: true,
}

// dependent_library ["feature_list"]
//   libc-0.2.68 "default,std"