• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// This file is generated by cargo2android.py --config cargo2android.json.
2// Do not modify this file as changes will be overridden on upgrade.
3
4package {
5    default_applicable_licenses: ["external_rust_crates_synstructure_license"],
6}
7
8// Added automatically by a large-scale-change
9// See: http://go/android-license-faq
10license {
11    name: "external_rust_crates_synstructure_license",
12    visibility: [":__subpackages__"],
13    license_kinds: [
14        "SPDX-license-identifier-MIT",
15    ],
16    license_text: [
17        "LICENSE",
18    ],
19}
20
21rust_library_host {
22    name: "libsynstructure",
23    crate_name: "synstructure",
24    cargo_env_compat: true,
25    cargo_pkg_version: "0.12.6",
26    srcs: ["src/lib.rs"],
27    edition: "2018",
28    features: ["proc-macro"],
29    rustlibs: [
30        "libproc_macro2",
31        "libquote",
32        "libsyn",
33        "libunicode_xid",
34    ],
35    compile_multilib: "first",
36    product_available: true,
37    vendor_available: true,
38}
39