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 // See: http://go/android-license-faq 6 // A large-scale-change added 'default_applicable_licenses' to import 7 // all of the 'license_kinds' from "external_crosvm_license" 8 // to get the below license kinds: 9 // SPDX-license-identifier-BSD 10 default_applicable_licenses: ["external_crosvm_license"], 11} 12 13rust_proc_macro { 14 name: "libwire_format_derive", 15 defaults: ["crosvm_defaults"], 16 crate_name: "wire_format_derive", 17 cargo_env_compat: true, 18 cargo_pkg_version: "0.1.0", 19 srcs: ["wire_format_derive.rs"], 20 edition: "2015", 21 rustlibs: [ 22 "libproc_macro2", 23 "libquote", 24 "libsyn", 25 ], 26} 27