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 // See: http://go/android-license-faq 8 // A large-scale-change added 'default_applicable_licenses' to import 9 // all of the 'license_kinds' from "external_rust_cxx_license" 10 // to get the below license kinds: 11 // SPDX-license-identifier-Apache-2.0 12 // SPDX-license-identifier-MIT 13 default_applicable_licenses: ["external_rust_cxx_license"], 14} 15 16rust_proc_macro { 17 name: "libcxxbridge_macro", 18 crate_name: "cxxbridge_macro", 19 cargo_env_compat: true, 20 cargo_pkg_version: "1.0.119", 21 crate_root: "src/lib.rs", 22 edition: "2021", 23 rustlibs: [ 24 "libproc_macro2", 25 "libquote", 26 "libsyn", 27 ], 28 product_available: true, 29 vendor_available: true, 30} 31