blob: 6c86e2df077d391fcb3df8b557b29c7160684384 [file] [log] [blame]
Joel Galensoneb6ff8a2021-05-25 14:00:58 -07001// This file is generated by cargo2android.py --config cargo2android.json.
Andrew Walbran9d6ae1a2021-05-04 14:32:38 +00002// Do not modify this file as changes will be overridden on upgrade.
3
Bob Badour959539b2021-05-25 11:00:18 -07004package {
5 default_applicable_licenses: ["external_rust_crates_command-fds_license"],
6}
7
8// Added automatically by a large-scale-change
9// See: http://go/android-license-faq
10license {
11 name: "external_rust_crates_command-fds_license",
12 visibility: [":__subpackages__"],
13 license_kinds: [
14 "SPDX-license-identifier-Apache-2.0",
15 ],
16 license_text: [
17 "LICENSE",
18 ],
19}
20
Andrew Walbran9d6ae1a2021-05-04 14:32:38 +000021rust_library {
22 name: "libcommand_fds",
23 host_supported: true,
24 crate_name: "command_fds",
Joel Galenson937e66d2021-08-16 11:30:43 -070025 cargo_env_compat: true,
David LeGare0d0ce642022-06-28 17:46:54 +000026 cargo_pkg_version: "0.2.2",
Andrew Walbran9d6ae1a2021-05-04 14:32:38 +000027 srcs: ["src/lib.rs"],
28 edition: "2018",
David LeGare0d0ce642022-06-28 17:46:54 +000029 features: ["default"],
Andrew Walbran9d6ae1a2021-05-04 14:32:38 +000030 rustlibs: [
31 "libnix",
32 "libthiserror",
33 ],
34 apex_available: [
35 "//apex_available:platform",
David Brazdila1753022022-10-08 14:30:25 +010036 "//apex_available:anyapex",
Andrew Walbran9d6ae1a2021-05-04 14:32:38 +000037 ],
38}