Fedor Tsarev | 83b8a87 | 2023-03-24 10:41:16 +0100 | [diff] [blame] | 1 | // This file is generated by cargo2android.py --run --device. |
| 2 | // Do not modify this file as changes will be overridden on upgrade. |
| 3 | |
| 4 | |
| 5 | |
Bob Badour | fe7b935 | 2023-03-30 07:17:34 -0700 | [diff] [blame] | 6 | package { |
| 7 | default_applicable_licenses: [ |
| 8 | "external_rust_crates_tracing-attributes_license", |
| 9 | ], |
| 10 | } |
| 11 | |
| 12 | // Added automatically by a large-scale-change |
| 13 | // See: http://go/android-license-faq |
| 14 | license { |
| 15 | name: "external_rust_crates_tracing-attributes_license", |
| 16 | visibility: [":__subpackages__"], |
| 17 | license_kinds: [ |
| 18 | "SPDX-license-identifier-MIT", |
| 19 | ], |
| 20 | license_text: [ |
| 21 | "LICENSE", |
| 22 | ], |
| 23 | } |
| 24 | |
Fedor Tsarev | 83b8a87 | 2023-03-24 10:41:16 +0100 | [diff] [blame] | 25 | rust_proc_macro { |
| 26 | name: "libtracing_attributes", |
| 27 | // has rustc warnings |
| 28 | crate_name: "tracing_attributes", |
| 29 | cargo_env_compat: true, |
| 30 | cargo_pkg_version: "0.1.23", |
| 31 | srcs: ["src/lib.rs"], |
| 32 | edition: "2018", |
| 33 | rustlibs: [ |
| 34 | "libproc_macro2", |
| 35 | "libquote", |
| 36 | "libsyn", |
| 37 | ], |
| 38 | product_available: true, |
| 39 | vendor_available: true, |
| 40 | } |