1// This file is generated by cargo_embargo. 2// Do not modify this file because the changes will be overridden on upgrade. 3 4package { 5default_applicable_licenses: ["external_rust_crates_aho-corasick_license"], 6default_team: "trendy_team_android_rust", 7} 8 9license { 10name: "external_rust_crates_aho-corasick_license", 11visibility: [":__subpackages__"], 12license_kinds: ["SPDX-license-identifier-MIT"], 13license_text: ["LICENSE"], 14} 15 16rust_test { 17name: "aho-corasick_test_src_lib", 18host_supported: true, 19crate_name: "aho_corasick", 20cargo_env_compat: true, 21cargo_pkg_version: "0.7.20", 22crate_root: "src/lib.rs", 23test_suites: ["general-tests"], 24auto_gen_config: true, 25test_options: { 26unit_test: true, 27}, 28edition: "2018", 29features: ["default", "std"], 30rustlibs: ["libmemchr"], 31} 32 33rust_library { 34name: "libaho_corasick", 35host_supported: true, 36crate_name: "aho_corasick", 37cargo_env_compat: true, 38cargo_pkg_version: "0.7.20", 39crate_root: "src/lib.rs", 40edition: "2018", 41features: ["default", "std"], 42rustlibs: ["libmemchr"], 43apex_available: ["//apex_available:platform", "com.android.compos", "com.android.virt"], 44product_available: true, 45vendor_available: true, 46} 47 48