blob: eb80a6c8e2f8e23c5a1cd986fb1eb7e9b3d3fba8 [file] [log] [blame]
Joel Galensondaceeab2021-04-28 09:18:03 -07001// This file is generated by cargo2android.py --config cargo2android.json.
ThiƩbaud Weksteen1d190962021-02-22 11:47:45 +01002// Do not modify this file as changes will be overridden on upgrade.
Bob Badour71e011f2021-02-12 15:14:45 -08003
Bob Badour8686ddb2021-03-17 12:54:12 -07004package {
5 default_applicable_licenses: ["external_rust_crates_textwrap_license"],
6}
7
8// Added automatically by a large-scale-change
9// See: http://go/android-license-faq
10license {
11 name: "external_rust_crates_textwrap_license",
12 visibility: [":__subpackages__"],
13 license_kinds: [
14 "SPDX-license-identifier-MIT",
15 ],
16 license_text: [
17 "LICENSE",
18 ],
19}
20
Matthew Maurer9ab6b022020-07-06 13:34:41 -070021rust_library {
Chih-Hung Hsieh63306db2020-06-09 23:32:54 -070022 name: "libtextwrap",
Matthew Maurer9ab6b022020-07-06 13:34:41 -070023 host_supported: true,
Chih-Hung Hsieh32c95ab2020-07-12 14:50:51 -070024 crate_name: "textwrap",
Joel Galenson1b3f2c72021-11-29 14:05:34 -080025 cargo_env_compat: true,
David LeGare30ca4852022-03-02 16:21:16 +000026 cargo_pkg_version: "0.15.0",
Chih-Hung Hsieh63306db2020-06-09 23:32:54 -070027 srcs: ["src/lib.rs"],
Haibo Huang5db89912020-08-27 21:46:09 -070028 edition: "2018",
Victor Hsieh59ca1d52021-03-12 09:16:11 -080029 apex_available: [
30 "//apex_available:platform",
Victor Hsieh6be94e42021-05-11 12:36:07 -070031 "com.android.compos",
Victor Hsieh59ca1d52021-03-12 09:16:11 -080032 "com.android.virt",
33 ],
Chih-Hung Hsieh63306db2020-06-09 23:32:54 -070034}