• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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: ["external_rust_crates_mls_rs_codec_license"],
8}
9
10// See: http://go/android-license-faq
11license {
12    name: "external_rust_crates_mls_rs_codec_license",
13    visibility: [":__subpackages__"],
14    license_kinds: [
15        "SPDX-license-identifier-Apache-2.0",
16        "SPDX-license-identifier-MIT",
17    ],
18    license_text: ["LICENSE"],
19}
20
21rust_library {
22    name: "libmls_rs_codec",
23    host_supported: true,
24    crate_name: "mls_rs_codec",
25    cargo_env_compat: true,
26    cargo_pkg_version: "0.5.3",
27    crate_root: "src/lib.rs",
28    edition: "2021",
29    features: [
30        "default",
31        "preallocate",
32        "std",
33    ],
34    cfgs: ["mls_build_async"],
35    rustlibs: ["libthiserror"],
36    proc_macros: ["libmls_rs_codec_derive"],
37    apex_available: [
38        "//apex_available:platform",
39        "//apex_available:anyapex",
40    ],
41    product_available: true,
42    vendor_available: true,
43}
44