aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 9a2052cfbfeca6f09ebd64d6f60b2cbf7149d39e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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: "libatty",
    host_supported: true,
    crate_name: "atty",
    srcs: ["src/lib.rs"],
    edition: "2015",
    rustlibs: [
        "liblibc",
    ],
}

// dependent_library ["feature_list"]
//   libc-0.2.88