blob: afd83ab03d96f6a57d022950f1be13fa6d2a43d4 [file] [log] [blame]
Jakub Kotur14484ce2020-12-22 09:58:47 +01001// This file is generated by cargo2android.py --run --device --dependencies.
2// Do not modify this file as changes will be overridden on upgrade.
3
Bob Badour0712eb52021-03-17 12:54:52 -07004package {
5 default_applicable_licenses: ["external_rust_crates_atty_license"],
6}
7
8// Added automatically by a large-scale-change
9// See: http://go/android-license-faq
10license {
11 name: "external_rust_crates_atty_license",
12 visibility: [":__subpackages__"],
13 license_kinds: [
14 "SPDX-license-identifier-MIT",
15 ],
16 license_text: [
17 "LICENSE",
18 ],
19}
20
Jakub Kotur14484ce2020-12-22 09:58:47 +010021rust_library {
22 name: "libatty",
23 host_supported: true,
24 crate_name: "atty",
25 srcs: ["src/lib.rs"],
26 edition: "2015",
27 rustlibs: [
28 "liblibc",
29 ],
30}
31
32// dependent_library ["feature_list"]
33// libc-0.2.88