blob: e7f5dbe7d4173ca239bab4bde21dad008a318a62 [file] [log] [blame]
Joel Galenson29e7ab22021-11-29 14:03:17 -08001// This file is generated by cargo2android.py --config cargo2android.json.
2// Do not modify this file as changes will be overridden on upgrade.
Yi Kongbfcc2552021-02-03 15:07:05 +08003
Bob Badourd9fc6832021-02-12 15:23:21 -08004package {
5 default_applicable_licenses: ["external_rust_crates_chrono_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// See: http://go/android-license-faq
22license {
23 name: "external_rust_crates_chrono_license",
24 visibility: [":__subpackages__"],
25 license_kinds: [
26 "SPDX-license-identifier-Apache-2.0",
27 "SPDX-license-identifier-MIT",
28 ],
29 license_text: [
30 "LICENSE.txt",
31 ],
32}
33
Yi Kongbfcc2552021-02-03 15:07:05 +080034rust_library {
35 name: "libchrono",
36 host_supported: true,
37 crate_name: "chrono",
Joel Galenson29e7ab22021-11-29 14:03:17 -080038 cargo_env_compat: true,
39 cargo_pkg_version: "0.4.19",
Yi Kongbfcc2552021-02-03 15:07:05 +080040 srcs: ["src/lib.rs"],
41 edition: "2015",
Yi Kongadd868a2021-02-03 17:35:48 +080042 features: [
43 "clock",
44 "libc",
Frederick Mayleb439b312023-03-29 18:03:11 -070045 "serde",
Yi Kongadd868a2021-02-03 17:35:48 +080046 "std",
47 "winapi",
48 ],
Yi Kongbfcc2552021-02-03 15:07:05 +080049 rustlibs: [
Yi Kongadd868a2021-02-03 17:35:48 +080050 "liblibc",
Yi Kongbfcc2552021-02-03 15:07:05 +080051 "libnum_integer",
52 "libnum_traits",
Frederick Mayleb439b312023-03-29 18:03:11 -070053 "libserde",
Yi Kongbfcc2552021-02-03 15:07:05 +080054 ],
Steven Morelandd7c9a322022-04-01 16:40:09 +000055 apex_available: [
56 "//apex_available:platform",
57 "com.android.virt",
58 ],
Matthew Maurer1b354aa2023-03-07 17:23:31 -080059 product_available: true,
60 vendor_available: true,
Yi Kongbfcc2552021-02-03 15:07:05 +080061}