• 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_gdbstub_license"],
6}
7
8// Added automatically by a large-scale-change
9// See: http://go/android-license-faq
10license {
11    name: "external_rust_crates_gdbstub_license",
12    visibility: [":__subpackages__"],
13    license_kinds: [
14        "SPDX-license-identifier-MIT",
15    ],
16    license_text: [
17        "LICENSE",
18    ],
19}
20
21rust_library {
22    name: "libgdbstub",
23    host_supported: true,
24    crate_name: "gdbstub",
25    cargo_env_compat: true,
26    cargo_pkg_version: "0.5.0",
27    srcs: ["src/lib.rs"],
28    edition: "2018",
29    features: [
30        "alloc",
31        "default",
32        "std",
33    ],
34    rustlibs: [
35        "libcfg_if",
36        "liblog_rust",
37        "libmanaged",
38        "libnum_traits",
39    ],
40    proc_macros: ["libpaste"],
41}
42