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_ash_license"], 6 default_team: "trendy_team_android_rust", 7} 8 9license { 10 name: "external_rust_crates_ash_license", 11 visibility: [":__subpackages__"], 12 license_kinds: ["SPDX-license-identifier-Apache-2.0"], 13 license_text: ["LICENSE"], 14} 15 16rust_test { 17 name: "ash_test_src_lib", 18 host_supported: true, 19 crate_name: "ash", 20 cargo_env_compat: true, 21 cargo_pkg_version: "0.37.3+1.3.251", 22 crate_root: "src/lib.rs", 23 test_suites: ["general-tests"], 24 auto_gen_config: true, 25 test_options: { 26 unit_test: true, 27 }, 28 edition: "2021", 29 features: [ 30 "debug", 31 "default", 32 "libloading", 33 "loaded", 34 ], 35 rustlibs: ["liblibloading"], 36} 37 38rust_test { 39 name: "ash_test_tests_constant_size_arrays", 40 host_supported: true, 41 crate_name: "constant_size_arrays", 42 cargo_env_compat: true, 43 cargo_pkg_version: "0.37.3+1.3.251", 44 crate_root: "tests/constant_size_arrays.rs", 45 test_suites: ["general-tests"], 46 auto_gen_config: true, 47 test_options: { 48 unit_test: true, 49 }, 50 edition: "2021", 51 features: [ 52 "debug", 53 "default", 54 "libloading", 55 "loaded", 56 ], 57 rustlibs: [ 58 "libash_rust", 59 "liblibloading", 60 ], 61} 62 63rust_test { 64 name: "ash_test_tests_display", 65 host_supported: true, 66 crate_name: "display", 67 cargo_env_compat: true, 68 cargo_pkg_version: "0.37.3+1.3.251", 69 crate_root: "tests/display.rs", 70 test_suites: ["general-tests"], 71 auto_gen_config: true, 72 test_options: { 73 unit_test: true, 74 }, 75 edition: "2021", 76 features: [ 77 "debug", 78 "default", 79 "libloading", 80 "loaded", 81 ], 82 rustlibs: [ 83 "libash_rust", 84 "liblibloading", 85 ], 86} 87 88rust_library { 89 name: "libash_rust", 90 host_supported: true, 91 crate_name: "ash", 92 cargo_env_compat: true, 93 cargo_pkg_version: "0.37.3+1.3.251", 94 crate_root: "src/lib.rs", 95 edition: "2021", 96 features: [ 97 "debug", 98 "default", 99 "libloading", 100 "loaded", 101 ], 102 rustlibs: ["liblibloading"], 103 apex_available: [ 104 "//apex_available:platform", 105 "com.android.virt", 106 ], 107 product_available: true, 108 vendor_available: true, 109} 110