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

rust_library_host_rlib {
    name: "libwhich",
    crate_name: "which",
    srcs: ["src/lib.rs"],
    edition: "2015",
    rlibs: [
        "liblibc",
    ],
}

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