• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// This file is generated by cargo2android.py --run --device --dependencies.
2// Do not modify this file as changes will be overridden on upgrade.
3
4
5
6package {
7    default_applicable_licenses: ["external_rust_crates_ciborium-ll_license"],
8}
9
10// Added automatically by a large-scale-change
11// See: http://go/android-license-faq
12license {
13    name: "external_rust_crates_ciborium-ll_license",
14    visibility: [":__subpackages__"],
15    license_kinds: [
16        "SPDX-license-identifier-Apache-2.0",
17    ],
18    license_text: [
19        "LICENSE",
20    ],
21}
22
23rust_library {
24    name: "libciborium_ll",
25    host_supported: true,
26    crate_name: "ciborium_ll",
27    cargo_env_compat: true,
28    cargo_pkg_version: "0.2.0",
29    srcs: ["src/lib.rs"],
30    edition: "2021",
31    rustlibs: [
32        "libciborium_io",
33        "libhalf",
34    ],
35}
36