blob: 6e106649406063e552d5bd8725920975b3b1005a [file] [log] [blame]
// This file is generated by cargo2android.py --config cargo2android.json.
// Do not modify this file as changes will be overridden on upgrade.
package {
default_applicable_licenses: [
"external_rust_crates_zeroize_derive_license",
],
}
// Added automatically by a large-scale-change
// See: http://go/android-license-faq
license {
name: "external_rust_crates_zeroize_derive_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-Apache-2.0",
],
license_text: [
"LICENSE-APACHE",
],
}
rust_proc_macro {
name: "libzeroize_derive",
crate_name: "zeroize_derive",
cargo_env_compat: true,
cargo_pkg_version: "1.3.3",
srcs: ["src/lib.rs"],
edition: "2018",
rustlibs: [
"libproc_macro2",
"libquote",
"libsyn",
"libsynstructure",
],
compile_multilib: "first",
product_available: true,
vendor_available: true,
}
rust_test_host {
name: "zeroize_derive_test_src_lib",
crate_name: "zeroize_derive",
cargo_env_compat: true,
cargo_pkg_version: "1.3.3",
srcs: ["src/lib.rs"],
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
unit_test: true,
},
edition: "2018",
rustlibs: [
"libproc_macro2",
"libquote",
"libsyn",
"libsynstructure",
],
}