• 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_properties_license"],
6    default_team: "trendy_team_android_rust",
7}
8
9license {
10    name: "external_rust_crates_icu_properties_license",
11    visibility: [":__subpackages__"],
12    license_kinds: ["SPDX-license-identifier-Unicode-3.0"],
13    license_text: ["LICENSE"],
14}
15
16rust_library {
17    name: "libicu_properties",
18    host_supported: true,
19    crate_name: "icu_properties",
20    cargo_env_compat: true,
21    cargo_pkg_version: "2.0.0-beta2",
22    crate_root: "src/lib.rs",
23    edition: "2021",
24    features: [
25        "alloc",
26        "compiled_data",
27        "unicode_bidi",
28    ],
29    rustlibs: [
30        "libicu_collections",
31        "libicu_locale_core",
32        "libicu_properties_data",
33        "libicu_provider",
34        "libpotential_utf",
35        "libunicode_bidi",
36        "libzerotrie",
37        "libzerovec",
38    ],
39    proc_macros: ["libdisplaydoc"],
40    apex_available: [
41        "//apex_available:platform",
42        "//apex_available:anyapex",
43    ],
44    native_bridge_supported: true,
45    product_available: true,
46    recovery_available: true,
47    vendor_available: true,
48    vendor_ramdisk_available: true,
49    ramdisk_available: true,
50    min_sdk_version: "29",
51    target: {
52        linux_bionic: {
53            enabled: true,
54        },
55    },
56}
57