blob: 2f39599223f8bea08e39042098f10b19f0f787f7 [file] [log] [blame]
// This file is generated by cargo_embargo.
// Do not modify this file as changes will be overridden on upgrade.
package {
default_applicable_licenses: ["external_rust_crates_tracing-core_license"],
}
// Added automatically by a large-scale-change
// See: http://go/android-license-faq
license {
name: "external_rust_crates_tracing-core_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-MIT",
],
license_text: [
"LICENSE",
],
}
rust_library {
name: "libtracing_core",
host_supported: true,
crate_name: "tracing_core",
cargo_env_compat: true,
cargo_pkg_version: "0.1.30",
srcs: ["src/lib.rs"],
edition: "2018",
features: [
"default",
"once_cell",
"std",
"valuable",
],
rustlibs: ["libonce_cell"],
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
product_available: true,
vendor_available: true,
}
rust_test {
name: "tracing-core_test_src_lib",
host_supported: true,
crate_name: "tracing_core",
cargo_env_compat: true,
cargo_pkg_version: "0.1.30",
srcs: ["src/lib.rs"],
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
unit_test: true,
},
edition: "2018",
features: [
"default",
"once_cell",
"std",
"valuable",
],
rustlibs: ["libonce_cell"],
}
rust_test {
name: "tracing-core_test_tests_dispatch",
host_supported: true,
crate_name: "dispatch",
cargo_env_compat: true,
cargo_pkg_version: "0.1.30",
srcs: ["tests/dispatch.rs"],
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
unit_test: true,
},
edition: "2018",
features: [
"default",
"once_cell",
"std",
"valuable",
],
rustlibs: [
"libonce_cell",
"libtracing_core",
],
}
rust_test {
name: "tracing-core_test_tests_global_dispatch",
host_supported: true,
crate_name: "global_dispatch",
cargo_env_compat: true,
cargo_pkg_version: "0.1.30",
srcs: ["tests/global_dispatch.rs"],
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
unit_test: true,
},
edition: "2018",
features: [
"default",
"once_cell",
"std",
"valuable",
],
rustlibs: [
"libonce_cell",
"libtracing_core",
],
}
rust_test {
name: "tracing-core_test_tests_macros",
host_supported: true,
crate_name: "macros",
cargo_env_compat: true,
cargo_pkg_version: "0.1.30",
srcs: ["tests/macros.rs"],
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
unit_test: true,
},
edition: "2018",
features: [
"default",
"once_cell",
"std",
"valuable",
],
rustlibs: [
"libonce_cell",
"libtracing_core",
],
}