blob: 65a6ccaac63c0ed343e64f875e14e8e94f322e85 [file] [log] [blame]
// This file is generated by cargo_embargo.
// Do not modify this file because the changes will be overridden on upgrade.
package {
default_applicable_licenses: ["external_rust_crates_matches_license"],
default_team: "trendy_team_android_rust",
}
license {
name: "external_rust_crates_matches_license",
visibility: [":__subpackages__"],
license_kinds: ["SPDX-license-identifier-MIT"],
license_text: ["LICENSE"],
}
rust_library {
name: "libmatches",
host_supported: true,
crate_name: "matches",
cargo_env_compat: true,
cargo_pkg_version: "0.1.10",
crate_root: "lib.rs",
edition: "2015",
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
product_available: true,
vendor_available: true,
min_sdk_version: "29",
}
rust_test {
name: "matches_test_lib",
host_supported: true,
crate_name: "matches",
cargo_env_compat: true,
cargo_pkg_version: "0.1.10",
crate_root: "lib.rs",
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
unit_test: true,
},
edition: "2015",
}
rust_test {
name: "matches_test_tests_macro_use_one",
host_supported: true,
crate_name: "macro_use_one",
cargo_env_compat: true,
cargo_pkg_version: "0.1.10",
crate_root: "tests/macro_use_one.rs",
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
unit_test: true,
},
edition: "2015",
rustlibs: ["libmatches"],
}
rust_test {
name: "matches_test_tests_use_star",
host_supported: true,
crate_name: "use_star",
cargo_env_compat: true,
cargo_pkg_version: "0.1.10",
crate_root: "tests/use_star.rs",
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
unit_test: true,
},
edition: "2015",
rustlibs: ["libmatches"],
}