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 6801e6f..668cc98 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_2.27.1_license",
+ ],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_protobuf_2.27.1_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE.txt",
+ ],
+}
+
genrule {
name: "copy_protobuf_deprecated_build_out",
srcs: ["out/*"],