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_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 21rust_test { 22 name: "gdbstub_arch_test_src_lib", 23 host_supported: true, 24 crate_name: "gdbstub_arch", 25 cargo_env_compat: true, 26 cargo_pkg_version: "0.1.1", 27 srcs: ["src/lib.rs"], 28 test_suites: ["general-tests"], 29 auto_gen_config: true, 30 test_options: { 31 unit_test: true, 32 }, 33 edition: "2018", 34 rustlibs: [ 35 "libgdbstub", 36 "libnum_traits", 37 ], 38} 39 40rust_library { 41 name: "libgdbstub_arch", 42 host_supported: true, 43 crate_name: "gdbstub_arch", 44 cargo_env_compat: true, 45 cargo_pkg_version: "0.1.1", 46 srcs: ["src/lib.rs"], 47 edition: "2018", 48 rustlibs: [ 49 "libgdbstub", 50 "libnum_traits", 51 ], 52} 53