blob: 7621126caf61ce8340c5b406c4d4cc82cf74adc7 [file] [log] [blame] [edit]
// This file is generated by cargo_embargo.
// Do not modify this file after the first "rust_*" or "genrule" module
// because the changes will be overridden on upgrade.
// Content before the first "rust_*" or "genrule" module is preserved.
// TODO: Add license.
rust_test {
name: "debug_tree_test_src_lib",
host_supported: true,
crate_name: "debug_tree",
cargo_env_compat: true,
cargo_pkg_version: "0.4.0",
crate_root: "src/lib.rs",
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
unit_test: true,
},
edition: "2018",
rustlibs: [
"libfutures",
"libonce_cell",
"libtokio",
],
}
rust_library {
name: "libdebug_tree",
host_supported: true,
crate_name: "debug_tree",
cargo_env_compat: true,
cargo_pkg_version: "0.4.0",
crate_root: "src/lib.rs",
edition: "2018",
rustlibs: ["libonce_cell"],
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
product_available: true,
vendor_available: true,
}