blob: b9af58b7f40a591ef4d27efad517dd862b4c6773 [file] [log] [blame]
// This file is generated by cargo2android.py --run --device --dependencies --no-subdir.
// Do not modify this file as changes will be overridden on upgrade.
package {
default_applicable_licenses: ["external_rust_crates_gdbstub_license"],
}
// Added automatically by a large-scale-change
// See: http://go/android-license-faq
license {
name: "external_rust_crates_gdbstub_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-MIT",
],
license_text: [
"LICENSE",
],
}
rust_library {
name: "libgdbstub",
host_supported: true,
crate_name: "gdbstub",
srcs: ["src/lib.rs"],
edition: "2018",
features: [
"alloc",
"default",
"std",
],
rustlibs: [
"libcfg_if",
"liblog_rust",
"libmanaged",
"libnum_traits",
],
proc_macros: ["libpaste"],
}
// dependent_library ["feature_list"]
// autocfg-1.0.1
// cfg-if-0.1.10
// cfg-if-1.0.0
// log-0.4.14 "std"
// managed-0.8.0 "alloc"
// num-traits-0.2.14
// paste-1.0.5