blob: bb05c73d8dde4300198583e20983f080dbc48ac5 [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_os_pipe_license"],
default_team: "trendy_team_android_rust",
}
license {
name: "external_rust_crates_os_pipe_license",
visibility: [":__subpackages__"],
license_kinds: ["SPDX-license-identifier-MIT"],
license_text: ["LICENSE"],
}
rust_binary {
name: "cat_both",
host_supported: true,
crate_name: "cat_both",
cargo_env_compat: true,
cargo_pkg_version: "1.2.1",
crate_root: "src/bin/cat_both.rs",
edition: "2021",
rustlibs: [
"liblibc",
"libos_pipe",
],
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
product_available: true,
vendor_available: true,
min_sdk_version: "29",
}
rust_library {
name: "libos_pipe",
host_supported: true,
crate_name: "os_pipe",
cargo_env_compat: true,
cargo_pkg_version: "1.2.1",
crate_root: "src/lib.rs",
edition: "2021",
rustlibs: ["liblibc"],
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
product_available: true,
vendor_available: true,
min_sdk_version: "29",
}
rust_binary {
name: "os_pipe_cat",
host_supported: true,
crate_name: "cat",
cargo_env_compat: true,
cargo_pkg_version: "1.2.1",
crate_root: "src/bin/cat.rs",
edition: "2021",
rustlibs: [
"liblibc",
"libos_pipe",
],
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
product_available: true,
vendor_available: true,
min_sdk_version: "29",
}
rust_binary {
name: "swap",
host_supported: true,
crate_name: "swap",
cargo_env_compat: true,
cargo_pkg_version: "1.2.1",
crate_root: "src/bin/swap.rs",
edition: "2021",
rustlibs: [
"liblibc",
"libos_pipe",
],
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
product_available: true,
vendor_available: true,
min_sdk_version: "29",
}