• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// This file is generated by cargo_embargo.
2// Do not modify this file after the first "rust_*" or "genrule" module
3// because the changes will be overridden on upgrade.
4// Content before the first "rust_*" or "genrule" module is preserved.
5
6package {
7    default_applicable_licenses: ["external_rust_crates_tracing-core_license"],
8}
9
10// Added automatically by a large-scale-change
11// See: http://go/android-license-faq
12license {
13    name: "external_rust_crates_tracing-core_license",
14    visibility: [":__subpackages__"],
15    license_kinds: [
16        "SPDX-license-identifier-MIT",
17    ],
18    license_text: [
19        "LICENSE",
20    ],
21}
22
23rust_library {
24    name: "libtracing_core",
25    host_supported: true,
26    crate_name: "tracing_core",
27    cargo_env_compat: true,
28    cargo_pkg_version: "0.1.32",
29    crate_root: "src/lib.rs",
30    edition: "2018",
31    features: [
32        "default",
33        "once_cell",
34        "std",
35        "valuable",
36    ],
37    rustlibs: ["libonce_cell"],
38    apex_available: [
39        "//apex_available:platform",
40        "//apex_available:anyapex",
41    ],
42    product_available: true,
43    vendor_available: true,
44}
45
46rust_test {
47    name: "tracing-core_test_src_lib",
48    host_supported: true,
49    crate_name: "tracing_core",
50    cargo_env_compat: true,
51    cargo_pkg_version: "0.1.32",
52    crate_root: "src/lib.rs",
53    test_suites: ["general-tests"],
54    auto_gen_config: true,
55    test_options: {
56        unit_test: true,
57    },
58    edition: "2018",
59    features: [
60        "default",
61        "once_cell",
62        "std",
63        "valuable",
64    ],
65    rustlibs: ["libonce_cell"],
66}
67
68rust_test {
69    name: "tracing-core_test_tests_dispatch",
70    host_supported: true,
71    crate_name: "dispatch",
72    cargo_env_compat: true,
73    cargo_pkg_version: "0.1.32",
74    crate_root: "tests/dispatch.rs",
75    test_suites: ["general-tests"],
76    auto_gen_config: true,
77    test_options: {
78        unit_test: true,
79    },
80    edition: "2018",
81    features: [
82        "default",
83        "once_cell",
84        "std",
85        "valuable",
86    ],
87    rustlibs: [
88        "libonce_cell",
89        "libtracing_core",
90    ],
91}
92
93rust_test {
94    name: "tracing-core_test_tests_global_dispatch",
95    host_supported: true,
96    crate_name: "global_dispatch",
97    cargo_env_compat: true,
98    cargo_pkg_version: "0.1.32",
99    crate_root: "tests/global_dispatch.rs",
100    test_suites: ["general-tests"],
101    auto_gen_config: true,
102    test_options: {
103        unit_test: true,
104    },
105    edition: "2018",
106    features: [
107        "default",
108        "once_cell",
109        "std",
110        "valuable",
111    ],
112    rustlibs: [
113        "libonce_cell",
114        "libtracing_core",
115    ],
116}
117
118rust_test {
119    name: "tracing-core_test_tests_local_dispatch_before_init",
120    host_supported: true,
121    crate_name: "local_dispatch_before_init",
122    cargo_env_compat: true,
123    cargo_pkg_version: "0.1.32",
124    crate_root: "tests/local_dispatch_before_init.rs",
125    test_suites: ["general-tests"],
126    auto_gen_config: true,
127    test_options: {
128        unit_test: true,
129    },
130    edition: "2018",
131    features: [
132        "default",
133        "once_cell",
134        "std",
135        "valuable",
136    ],
137    rustlibs: [
138        "libonce_cell",
139        "libtracing_core",
140    ],
141}
142
143rust_test {
144    name: "tracing-core_test_tests_macros",
145    host_supported: true,
146    crate_name: "macros",
147    cargo_env_compat: true,
148    cargo_pkg_version: "0.1.32",
149    crate_root: "tests/macros.rs",
150    test_suites: ["general-tests"],
151    auto_gen_config: true,
152    test_options: {
153        unit_test: true,
154    },
155    edition: "2018",
156    features: [
157        "default",
158        "once_cell",
159        "std",
160        "valuable",
161    ],
162    rustlibs: [
163        "libonce_cell",
164        "libtracing_core",
165    ],
166}
167