• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// This file is generated by cargo2android.py --run --dependencies --add_workspace.
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_rust_cxx_license"
8    // to get the below license kinds:
9    //   SPDX-license-identifier-Apache-2.0
10    //   SPDX-license-identifier-MIT
11    default_applicable_licenses: ["external_rust_cxx_license"],
12}
13
14rust_proc_macro {
15    name: "libcxxbridge_macro",
16    crate_name: "cxxbridge_macro",
17    cargo_env_compat: true,
18    cargo_pkg_version: "1.0.85",
19    srcs: ["src/lib.rs"],
20    edition: "2018",
21    rustlibs: [
22        "libproc_macro2",
23        "libquote",
24        "libsyn",
25    ],
26}
27