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_tracing_license"], 8} 9 10// Added automatically by a large-scale-change 11// See: http://go/android-license-faq 12license { 13 name: "external_rust_crates_tracing_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: "libtracing", 25 host_supported: true, 26 crate_name: "tracing", 27 cargo_env_compat: true, 28 cargo_pkg_version: "0.1.40", 29 crate_root: "src/lib.rs", 30 edition: "2018", 31 features: [ 32 "attributes", 33 "default", 34 "std", 35 "tracing-attributes", 36 ], 37 rustlibs: [ 38 "libpin_project_lite", 39 "libtracing_core", 40 ], 41 proc_macros: ["libtracing_attributes"], 42 apex_available: [ 43 "//apex_available:platform", 44 "//apex_available:anyapex", 45 ], 46 product_available: true, 47 vendor_available: true, 48} 49 50rust_library { 51 name: "libtracing_max_level_off", 52 host_supported: true, 53 crate_name: "tracing", 54 cargo_env_compat: true, 55 cargo_pkg_version: "0.1.40", 56 crate_root: "src/lib.rs", 57 edition: "2018", 58 features: [ 59 "max_level_off", 60 "release_max_level_off", 61 ], 62 rustlibs: [ 63 "libpin_project_lite", 64 "libtracing_core", 65 ], 66 apex_available: [ 67 "//apex_available:platform", 68 "//apex_available:anyapex", 69 ], 70 product_available: true, 71 vendor_available: true, 72} 73