1// This file is generated by cargo_embargo. 2// Do not modify this file after the first "rust_*" or "genrule" module 3// because the changes will be overridden on upgrade. 4// Content before the first "rust_*" or "genrule" module is preserved. 5 6package { 7 default_applicable_licenses: [ 8 "external_rust_crates_static_assertions_license", 9 ], 10} 11 12// Added automatically by a large-scale-change 13// See: http://go/android-license-faq 14license { 15 name: "external_rust_crates_static_assertions_license", 16 visibility: [":__subpackages__"], 17 license_kinds: [ 18 "SPDX-license-identifier-Apache-2.0", 19 ], 20 license_text: [ 21 "LICENSE-APACHE", 22 ], 23} 24 25rust_library { 26 name: "libstatic_assertions", 27 host_supported: true, 28 crate_name: "static_assertions", 29 cargo_env_compat: true, 30 cargo_pkg_version: "1.1.0", 31 crate_root: "src/lib.rs", 32 edition: "2015", 33 apex_available: [ 34 "//apex_available:platform", 35 "//apex_available:anyapex", 36 ], 37 product_available: true, 38 vendor_available: true, 39 min_sdk_version: "29", 40} 41