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