blob: 20c492804bf3aadae7286abfd880399c7d418fdd [file] [log] [blame]
Joel Galensonbeb6a5c2021-04-27 14:29:14 -07001// This file is generated by cargo2android.py --config cargo2android.json.
2// Do not modify this file as changes will be overridden on upgrade.
Jason Macnak5a41ca22020-03-18 02:11:51 +00003
Bob Badour491997f2021-02-12 15:15:19 -08004package {
5 default_applicable_licenses: ["external_rust_crates_memchr_license"],
6}
7
8// Added automatically by a large-scale-change that took the approach of
9// 'apply every license found to every target'. While this makes sure we respect
10// every license restriction, it may not be entirely correct.
11//
12// e.g. GPL in an MIT project might only apply to the contrib/ directory.
13//
14// Please consider splitting the single license below into multiple licenses,
15// taking care not to lose any license_kind information, and overriding the
16// default license using the 'licenses: [...]' property on targets as needed.
17//
18// For unused files, consider creating a 'fileGroup' with "//visibility:private"
19// to attach the license to, and including a comment whether the files may be
20// used in the current project.
21//
22// large-scale-change included anything that looked like it might be a license
23// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
24//
25// Please consider removing redundant or irrelevant files from 'license_text:'.
26// See: http://go/android-license-faq
27license {
28 name: "external_rust_crates_memchr_license",
29 visibility: [":__subpackages__"],
30 license_kinds: [
31 "SPDX-license-identifier-MIT",
32 "SPDX-license-identifier-Unlicense",
33 ],
34 license_text: [
35 "COPYING",
36 "LICENSE-MIT",
37 "UNLICENSE",
38 ],
39}
40
Matthew Maurer364e4aa2020-06-23 13:39:00 -070041rust_library {
Jason Macnak5a41ca22020-03-18 02:11:51 +000042 name: "libmemchr",
Andrew Walbran42a07372020-06-09 15:08:01 +010043 host_supported: true,
Jason Macnak5a41ca22020-03-18 02:11:51 +000044 crate_name: "memchr",
Joel Galenson1e1ba1a2021-09-22 11:10:59 -070045 cargo_env_compat: true,
46 cargo_pkg_version: "2.4.1",
Jason Macnak5a41ca22020-03-18 02:11:51 +000047 srcs: ["src/lib.rs"],
Joel Galenson55b3fae2021-05-19 16:08:01 -070048 edition: "2018",
Jason Macnak5a41ca22020-03-18 02:11:51 +000049 features: [
50 "default",
51 "std",
52 ],
Joel Galensonbeb6a5c2021-04-27 14:29:14 -070053 cfgs: [
54 "memchr_runtime_avx",
55 "memchr_runtime_simd",
56 "memchr_runtime_sse2",
57 "memchr_runtime_sse42",
Jason Macnak5a41ca22020-03-18 02:11:51 +000058 ],
Jiyong Park01ac5df2020-12-07 15:48:24 +090059 apex_available: [
60 "//apex_available:platform",
Roopa Sattiraju5cabe9f2021-12-21 15:34:04 -080061 "com.android.bluetooth",
Alan Stokesb5367542022-01-05 17:52:13 +000062 "com.android.compos",
Luke Huange6cf7032021-05-12 15:35:37 +080063 "com.android.resolv",
Joel Galensona5ac9112021-10-28 15:19:28 -070064 "com.android.uwb",
Jiyong Park01ac5df2020-12-07 15:48:24 +090065 "com.android.virt",
66 ],
Matthew Maurer86c9a8c2022-01-25 22:47:48 +000067 vendor_available: true,
Luke Huange6cf7032021-05-12 15:35:37 +080068 min_sdk_version: "29",
Jason Macnak5a41ca22020-03-18 02:11:51 +000069}