aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--2.27.1/Android.bp19
1 files changed, 19 insertions, 0 deletions
diff --git a/2.27.1/Android.bp b/2.27.1/Android.bp
index 2a96b07..e705500 100644
--- a/2.27.1/Android.bp
+++ b/2.27.1/Android.bp
@@ -1,6 +1,25 @@
// This file is generated by cargo2android.py --config cargo2android.json.
// Do not modify this file as changes will be overridden on upgrade.
+package {
+ default_applicable_licenses: [
+ "external_rust_crates_protobuf-codegen_2.27.1_license",
+ ],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_protobuf-codegen_2.27.1_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE.txt",
+ ],
+}
+
rust_library_host {
name: "libprotobuf_codegen_deprecated",
crate_name: "protobuf_codegen",