blob: 76e19a06638fd62bb3152ecaeadee78c3a8132e4 [file] [log] [blame]
Joel Galenson30971e62021-10-28 15:12:11 -07001// This file is generated by cargo2android.py --config cargo2android.json.
Ivan Lozanobfb87ea2021-08-20 15:09:31 +00002// Do not modify this file as changes will be overridden on upgrade.
3
Bob Badour324b87f2021-08-27 11:30:22 -07004package {
5 default_applicable_licenses: ["external_rust_crates_combine_license"],
6}
7
8// Added automatically by a large-scale-change
9// See: http://go/android-license-faq
10license {
11 name: "external_rust_crates_combine_license",
12 visibility: [":__subpackages__"],
13 license_kinds: [
14 "SPDX-license-identifier-MIT",
15 ],
16 license_text: [
17 "LICENSE",
18 ],
19}
20
Ivan Lozanobfb87ea2021-08-20 15:09:31 +000021rust_library {
22 name: "libcombine",
David LeGare57dccb52022-03-01 18:55:00 +000023 // has rustc warnings
Ivan Lozanobfb87ea2021-08-20 15:09:31 +000024 host_supported: true,
25 crate_name: "combine",
26 cargo_env_compat: true,
David LeGare57dccb52022-03-01 18:55:00 +000027 cargo_pkg_version: "4.6.3",
Ivan Lozanobfb87ea2021-08-20 15:09:31 +000028 srcs: ["src/lib.rs"],
29 edition: "2018",
30 features: [
Joel Galenson057d7582021-09-22 10:53:16 -070031 "alloc",
Ivan Lozanobfb87ea2021-08-20 15:09:31 +000032 "bytes",
33 "default",
34 "std",
35 ],
36 rustlibs: [
37 "libbytes",
38 "libmemchr",
39 ],
Joel Galenson30971e62021-10-28 15:12:11 -070040 apex_available: [
41 "//apex_available:platform",
42 "com.android.uwb",
43 ],
44 min_sdk_version: "29",
Ivan Lozanobfb87ea2021-08-20 15:09:31 +000045}