1// This file is generated by cargo2android.py --config cargo2android.json. 2// Do not modify this file as changes will be overridden on upgrade. 3 4package { 5 default_applicable_licenses: ["external_rust_crates_grpcio_license"], 6} 7 8// Added automatically by a large-scale-change 9// See: http://go/android-license-faq 10license { 11 name: "external_rust_crates_grpcio_license", 12 visibility: [":__subpackages__"], 13 license_kinds: [ 14 "SPDX-license-identifier-Apache-2.0", 15 ], 16 license_text: [ 17 "LICENSE", 18 ], 19} 20 21rust_library { 22 name: "libgrpcio", 23 // has rustc warnings 24 host_supported: true, 25 crate_name: "grpcio", 26 cargo_env_compat: true, 27 cargo_pkg_version: "0.9.1", 28 srcs: ["src/lib.rs"], 29 edition: "2018", 30 features: [ 31 "protobuf", 32 "protobuf-codec", 33 ], 34 rustlibs: [ 35 "libfutures", 36 "libgrpcio_sys", 37 "liblibc", 38 "liblog_rust", 39 "libparking_lot", 40 "libprotobuf_deprecated", 41 ], 42 apex_available: [ 43 "//apex_available:platform", 44 "com.android.btservices", 45 ], 46 min_sdk_version: "29", 47} 48