[go: nahoru, domu]

blob: 2b0e72633661962a36a322e18d939b6e96c55b08 [file] [log] [blame]
Joel Galenson1d14c682021-04-28 08:12:26 -07001// This file is generated by cargo2android.py --config cargo2android.json.
2// Do not modify this file as changes will be overridden on upgrade.
Joel Galensone202edd2020-10-05 08:12:07 -07003
Bob Badourebc3c432021-02-12 14:49:21 -08004package {
5 default_applicable_licenses: [
6 "external_rust_crates_pin-project-lite_license",
7 ],
8}
9
10// Added automatically by a large-scale-change that took the approach of
11// 'apply every license found to every target'. While this makes sure we respect
12// every license restriction, it may not be entirely correct.
13//
14// e.g. GPL in an MIT project might only apply to the contrib/ directory.
15//
16// Please consider splitting the single license below into multiple licenses,
17// taking care not to lose any license_kind information, and overriding the
18// default license using the 'licenses: [...]' property on targets as needed.
19//
20// For unused files, consider creating a 'fileGroup' with "//visibility:private"
21// to attach the license to, and including a comment whether the files may be
22// used in the current project.
23//
24// large-scale-change included anything that looked like it might be a license
25// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
26//
27// Please consider removing redundant or irrelevant files from 'license_text:'.
28// See: http://go/android-license-faq
29license {
30 name: "external_rust_crates_pin-project-lite_license",
31 visibility: [":__subpackages__"],
32 license_kinds: [
33 "SPDX-license-identifier-Apache-2.0",
34 "SPDX-license-identifier-MIT",
35 ],
36 license_text: [
37 "LICENSE-APACHE",
38 "LICENSE-MIT",
39 ],
40}
41
Joel Galensone202edd2020-10-05 08:12:07 -070042rust_library {
43 name: "libpin_project_lite",
44 host_supported: true,
45 crate_name: "pin_project_lite",
Joel Galenson6ddbf0d2021-11-19 15:10:37 -080046 cargo_env_compat: true,
Jeff Vander Stoep0435c8e2022-12-13 10:50:40 +010047 cargo_pkg_version: "0.2.9",
Joel Galensone202edd2020-10-05 08:12:07 -070048 srcs: ["src/lib.rs"],
49 edition: "2018",
Jeff Vander Stoep5a377472021-02-10 10:55:08 +010050 apex_available: [
51 "//apex_available:platform",
William Escande9deb2342022-08-22 11:28:01 -070052 "com.android.btservices",
Luke Huang0cc99752021-05-12 15:38:59 +080053 "com.android.resolv",
Joel Galenson6ddbf0d2021-11-19 15:10:37 -080054 "com.android.uwb",
Jeff Vander Stoep5a377472021-02-10 10:55:08 +010055 "com.android.virt",
56 ],
Matthew Maurer5a398052022-01-13 22:33:29 +000057 vendor_available: true,
Luke Huang0cc99752021-05-12 15:38:59 +080058 min_sdk_version: "29",
Joel Galensone202edd2020-10-05 08:12:07 -070059}