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

rust_library {
    name: "libglob",
    crate_name: "glob",
    srcs: ["src/lib.rs"],
    edition: "2015",
    host_supported: true,
}