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_binary_host {
17    name: "cxxbridge",
18    host_cross_supported: false,
19    crate_name: "cxxbridge",
20    cargo_env_compat: true,
21    cargo_pkg_version: "1.0.119",
22    crate_root: "src/main.rs",
23    edition: "2021",
24    rustlibs: [
25        "libclap",
26        "libcodespan_reporting",
27        "libproc_macro2",
28        "libquote",
29        "libsyn",
30    ],
31    compile_multilib: "first",
32}
33