1// This file is generated by cargo_embargo. 2// Do not modify this file because the changes will be overridden on upgrade. 3 4package { 5 default_applicable_licenses: ["external_rust_crates_os_pipe_license"], 6 default_team: "trendy_team_android_rust", 7} 8 9license { 10 name: "external_rust_crates_os_pipe_license", 11 visibility: [":__subpackages__"], 12 license_kinds: ["SPDX-license-identifier-MIT"], 13 license_text: ["LICENSE"], 14} 15 16rust_binary { 17 name: "cat_both", 18 host_supported: true, 19 crate_name: "cat_both", 20 cargo_env_compat: true, 21 cargo_pkg_version: "1.2.1", 22 crate_root: "src/bin/cat_both.rs", 23 edition: "2021", 24 rustlibs: [ 25 "liblibc", 26 "libos_pipe", 27 ], 28 apex_available: [ 29 "//apex_available:platform", 30 "//apex_available:anyapex", 31 ], 32 product_available: true, 33 vendor_available: true, 34 min_sdk_version: "29", 35} 36 37rust_library { 38 name: "libos_pipe", 39 host_supported: true, 40 crate_name: "os_pipe", 41 cargo_env_compat: true, 42 cargo_pkg_version: "1.2.1", 43 crate_root: "src/lib.rs", 44 edition: "2021", 45 rustlibs: ["liblibc"], 46 apex_available: [ 47 "//apex_available:platform", 48 "//apex_available:anyapex", 49 ], 50 product_available: true, 51 vendor_available: true, 52 min_sdk_version: "29", 53} 54 55rust_binary { 56 name: "os_pipe_cat", 57 host_supported: true, 58 crate_name: "cat", 59 cargo_env_compat: true, 60 cargo_pkg_version: "1.2.1", 61 crate_root: "src/bin/cat.rs", 62 edition: "2021", 63 rustlibs: [ 64 "liblibc", 65 "libos_pipe", 66 ], 67 apex_available: [ 68 "//apex_available:platform", 69 "//apex_available:anyapex", 70 ], 71 product_available: true, 72 vendor_available: true, 73 min_sdk_version: "29", 74} 75 76rust_binary { 77 name: "swap", 78 host_supported: true, 79 crate_name: "swap", 80 cargo_env_compat: true, 81 cargo_pkg_version: "1.2.1", 82 crate_root: "src/bin/swap.rs", 83 edition: "2021", 84 rustlibs: [ 85 "liblibc", 86 "libos_pipe", 87 ], 88 apex_available: [ 89 "//apex_available:platform", 90 "//apex_available:anyapex", 91 ], 92 product_available: true, 93 vendor_available: true, 94 min_sdk_version: "29", 95} 96