1// This file is generated by cargo_embargo. 2// Do not modify this file after the first "rust_*" or "genrule" module 3// because the changes will be overridden on upgrade. 4// Content before the first "rust_*" or "genrule" module is preserved. 5 6package { 7 default_applicable_licenses: ["external_rust_crates_gdbstub_license"], 8} 9 10// Added automatically by a large-scale-change 11// See: http://go/android-license-faq 12license { 13 name: "external_rust_crates_gdbstub_license", 14 visibility: [":__subpackages__"], 15 license_kinds: [ 16 "SPDX-license-identifier-MIT", 17 ], 18 license_text: [ 19 "LICENSE", 20 ], 21} 22 23rust_library { 24 name: "libgdbstub", 25 host_supported: true, 26 crate_name: "gdbstub", 27 cargo_env_compat: true, 28 cargo_pkg_version: "0.7.1", 29 crate_root: "src/lib.rs", 30 edition: "2018", 31 features: [ 32 "alloc", 33 "default", 34 "std", 35 "trace-pkt", 36 ], 37 rustlibs: [ 38 "libbitflags", 39 "libcfg_if", 40 "liblog_rust", 41 "libmanaged", 42 "libnum_traits", 43 ], 44 proc_macros: ["libpaste"], 45 apex_available: [ 46 "//apex_available:platform", 47 "//apex_available:anyapex", 48 ], 49 product_available: true, 50 vendor_available: true, 51} 52