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_byteorder_license"], 6 default_team: "trendy_team_android_rust", 7} 8 9license { 10 name: "external_rust_crates_byteorder_license", 11 visibility: [":__subpackages__"], 12 license_kinds: ["SPDX-license-identifier-MIT"], 13 license_text: ["LICENSE"], 14} 15 16rust_library { 17 name: "libbyteorder", 18 host_supported: true, 19 crate_name: "byteorder", 20 cargo_env_compat: true, 21 cargo_pkg_version: "1.5.0", 22 crate_root: "src/lib.rs", 23 edition: "2021", 24 features: [ 25 "default", 26 "std", 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_rlib { 38 name: "libbyteorder_nostd", 39 crate_name: "byteorder", 40 cargo_env_compat: true, 41 cargo_pkg_version: "1.5.0", 42 crate_root: "src/lib.rs", 43 edition: "2021", 44 apex_available: [ 45 "//apex_available:platform", 46 "//apex_available:anyapex", 47 ], 48 prefer_rlib: true, 49 no_stdlibs: true, 50 stdlibs: [ 51 "libcompiler_builtins.rust_sysroot", 52 "libcore.rust_sysroot", 53 ], 54 product_available: true, 55 vendor_available: true, 56 min_sdk_version: "29", 57} 58 59dirgroup { 60 name: "trusty_dirgroup_external_rust_crates_byteorder", 61 visibility: ["//trusty/vendor/google/aosp/scripts"], 62 dirs: ["."], 63} 64