// Copyright (C) 2022 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // // This file is automatically generated by gn2bp/gen_android_bp.py. Do not edit. // GN: Package-Artificial package { default_applicable_licenses: [ "external_cronet_third_party_rust_proc_macro2_v1_license", ], } // GN: License-Artificial license { name: "external_cronet_third_party_rust_proc_macro2_v1_license", visibility: [ ":__subpackages__", ], license_text: [ "LICENSE", ], license_kinds: [ "SPDX-license-identifier-Apache-2.0", ], } // GN: //third_party/rust/proc_macro2/v1:lib rust_library_rlib { name: "libproc_macro2_cronet_aml_third_party_rust_proc_macro2_v1_lib", srcs: [ "src/detection.rs", "src/extra.rs", "src/fallback.rs", "src/lib.rs", "src/location.rs", "src/marker.rs", "src/parse.rs", "src/rcvec.rs", "src/wrapper.rs", ], host_cross_supported: false, host_supported: true, device_supported: false, apex_available: [ "com.android.tethering", ], min_sdk_version: "30", visibility: [ "//external/cronet:__subpackages__", ], crate_name: "proc_macro2", crate_root: "src/lib.rs", rustlibs: [ "libunicode_ident_cronet_aml_third_party_rust_unicode_ident_v1_lib", ], target: { host: { edition: "2021", cfgs: [ "cr_rustc_revision=\"ab71ee7a9214c2793108a41efb065aa77aeb7326-2-llvmorg-19-init-8091-gab037c4f\"", "proc_macro_span", "span_locations", "wrap_proc_macro", ], features: [ "proc-macro", "span-locations", ], flags: [ "-Cmetadata=proc_macro2-1", "-Cforce-unwind-tables=no", "-Crelocation-model=pic", "-Coverflow-checks=on", "-Cdefault-linker-libraries", "-Clto=no", "-Copt-level=3", "-Cdebuginfo=1", "--cap-lints=allow", "-Dunsafe_op_in_unsafe_fn", "-Dwarnings", "-Aunused-imports", ], compile_multilib: "64", }, }, } // GN: //third_party/rust/proc_macro2/v1:lib__testing rust_library_rlib { name: "libproc_macro2_cronet_aml_third_party_rust_proc_macro2_v1_lib__testing", srcs: [ "src/detection.rs", "src/extra.rs", "src/fallback.rs", "src/lib.rs", "src/location.rs", "src/marker.rs", "src/parse.rs", "src/rcvec.rs", "src/wrapper.rs", ], host_cross_supported: false, host_supported: true, device_supported: false, apex_available: [ "com.android.tethering", ], min_sdk_version: "30", visibility: [ "//external/cronet:__subpackages__", ], crate_name: "proc_macro2", crate_root: "src/lib.rs", rustlibs: [ "libunicode_ident_cronet_aml_third_party_rust_unicode_ident_v1_lib__testing", ], target: { host: { edition: "2021", cfgs: [ "cr_rustc_revision=\"ab71ee7a9214c2793108a41efb065aa77aeb7326-2-llvmorg-19-init-8091-gab037c4f\"", "proc_macro_span", "span_locations", "wrap_proc_macro", ], features: [ "proc-macro", "span-locations", ], flags: [ "-Cmetadata=proc_macro2-1", "-Cforce-unwind-tables=no", "-Crelocation-model=pic", "-Coverflow-checks=on", "-Cdefault-linker-libraries", "-Clto=no", "-Copt-level=3", "-Cdebuginfo=1", "--cap-lints=allow", "-Dunsafe_op_in_unsafe_fn", "-Dwarnings", "-Aunused-imports", ], compile_multilib: "64", }, }, }