blob: 2477e2808e526d353249299e43ec507cb4bfc737 [file] [log] [blame]
Fedor Tsarev83b8a872023-03-24 10:41:16 +01001// 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 Badourfe7b9352023-03-30 07:17:34 -07006package {
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
14license {
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 Tsarev83b8a872023-03-24 10:41:16 +010025rust_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}