You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
925 B
30 lines
925 B
// This file is generated by cargo2android.py --run --dependencies --add_workspace.
|
|
|
|
package {
|
|
// See: http://go/android-license-faq
|
|
// A large-scale-change added 'default_applicable_licenses' to import
|
|
// all of the 'license_kinds' from "external_rust_cxx_license"
|
|
// to get the below license kinds:
|
|
// SPDX-license-identifier-Apache-2.0
|
|
// SPDX-license-identifier-MIT
|
|
default_applicable_licenses: ["external_rust_cxx_license"],
|
|
}
|
|
|
|
rust_proc_macro {
|
|
name: "libcxxbridge_macro",
|
|
crate_name: "cxxbridge_macro",
|
|
srcs: ["src/lib.rs"],
|
|
edition: "2018",
|
|
rustlibs: [
|
|
"libproc_macro2",
|
|
"libquote",
|
|
"libsyn",
|
|
],
|
|
}
|
|
|
|
// dependent_library ["feature_list"]
|
|
// proc-macro2-1.0.19 "default,proc-macro"
|
|
// quote-1.0.7 "default,proc-macro"
|
|
// syn-1.0.36 "clone-impls,default,derive,full,parsing,printing,proc-macro,quote"
|
|
// unicode-xid-0.2.1 "default"
|