• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_icu_collections_license"],
6    default_team: "trendy_team_android_rust",
7}
8
9license {
10    name: "external_rust_crates_icu_collections_license",
11    visibility: [":__subpackages__"],
12    license_kinds: ["SPDX-license-identifier-Unicode-3.0"],
13    license_text: ["LICENSE"],
14}
15
16rust_library {
17    name: "libicu_collections",
18    host_supported: true,
19    crate_name: "icu_collections",
20    cargo_env_compat: true,
21    cargo_pkg_version: "2.0.0-beta2",
22    crate_root: "src/lib.rs",
23    edition: "2021",
24    features: ["alloc"],
25    rustlibs: [
26        "libpotential_utf",
27        "libyoke",
28        "libzerofrom",
29        "libzerovec",
30    ],
31    proc_macros: ["libdisplaydoc"],
32    apex_available: [
33        "//apex_available:platform",
34        "//apex_available:anyapex",
35    ],
36    native_bridge_supported: true,
37    product_available: true,
38    recovery_available: true,
39    vendor_available: true,
40    vendor_ramdisk_available: true,
41    ramdisk_available: true,
42    min_sdk_version: "29",
43    target: {
44        linux_bionic: {
45            enabled: true,
46        },
47    },
48}
49