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: [ 6 "external_rust_crates_zerocopy-derive_license", 7 ], 8} 9 10// Added automatically by a large-scale-change 11// See: http://go/android-license-faq 12license { 13 name: "external_rust_crates_zerocopy-derive_license", 14 visibility: [":__subpackages__"], 15 license_kinds: [ 16 "SPDX-license-identifier-BSD", 17 ], 18 license_text: [ 19 "LICENSE", 20 ], 21} 22 23rust_proc_macro { 24 name: "libzerocopy_derive", 25 crate_name: "zerocopy_derive", 26 cargo_env_compat: true, 27 cargo_pkg_version: "0.3.2", 28 srcs: ["src/lib.rs"], 29 edition: "2018", 30 rustlibs: [ 31 "libproc_macro2", 32 "libquote", 33 "libsyn", 34 ], 35 product_available: true, 36 vendor_available: true, 37} 38