blob: 8d3cccd3a3e552a119c675aa4d8f643cf9220dc0 [file] [log] [blame]
Joel Galensonbdb436b2021-11-29 14:03:50 -08001// This file is generated by cargo2android.py --config cargo2android.json.
Joel Galenson0b4c84e2021-08-02 15:37:09 -07002// Do not modify this file as changes will be overridden on upgrade.
3
Bob Badour9a07ea22021-08-16 20:13:12 -07004package {
5 default_applicable_licenses: ["external_rust_crates_gdbstub_arch_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_arch_license",
12 visibility: [":__subpackages__"],
13 license_kinds: [
14 "SPDX-license-identifier-MIT",
15 ],
16 license_text: [
17 "LICENSE",
18 ],
19}
20
Joel Galensonbdb436b2021-11-29 14:03:50 -080021rust_test {
22 name: "gdbstub_arch_test_src_lib",
23 host_supported: true,
Joel Galenson0b4c84e2021-08-02 15:37:09 -070024 crate_name: "gdbstub_arch",
Joel Galenson81bab702021-09-22 10:59:51 -070025 cargo_env_compat: true,
26 cargo_pkg_version: "0.1.1",
Joel Galensonbdb436b2021-11-29 14:03:50 -080027 srcs: ["src/lib.rs"],
Joel Galenson0b4c84e2021-08-02 15:37:09 -070028 test_suites: ["general-tests"],
29 auto_gen_config: true,
Joel Galensonbdb436b2021-11-29 14:03:50 -080030 test_options: {
31 unit_test: true,
32 },
Joel Galenson0b4c84e2021-08-02 15:37:09 -070033 edition: "2018",
34 rustlibs: [
35 "libgdbstub",
36 "libnum_traits",
37 ],
38}
39
Joel Galenson0b4c84e2021-08-02 15:37:09 -070040rust_library {
41 name: "libgdbstub_arch",
42 host_supported: true,
43 crate_name: "gdbstub_arch",
Joel Galenson81bab702021-09-22 10:59:51 -070044 cargo_env_compat: true,
45 cargo_pkg_version: "0.1.1",
Joel Galenson0b4c84e2021-08-02 15:37:09 -070046 srcs: ["src/lib.rs"],
47 edition: "2018",
48 rustlibs: [
49 "libgdbstub",
50 "libnum_traits",
51 ],
52}