aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-01 04:37:20 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-01 04:37:20 +0000
commit520cd2c5f9d2b49dd8a041323355543f4cd0200e (patch)
treeba56c2f11e3481f7b855cad5c10c5cdaf606f175
parent05adfb9958ed32ebd271cfc439eb2cf03c0ef10a (diff)
parent1f88cc9ff1f2cc129d6c22edadc2a166c9ee4c78 (diff)
downloadprotobuf-support-android14-d1-s3-release.tar.gz
Change-Id: I370f5c522d906b3ef626b56bab99b909c7c96de1
-rw-r--r--Android.bp25
1 files changed, 25 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 678d57a..f63d309 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,31 @@
+package {
+ default_applicable_licenses: [
+ "external_rust_crates_protobuf-support_license",
+ ],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change included anything that looked like it might be a license
+// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
+//
+// Please consider removing redundant or irrelevant files from 'license_text:'.
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_protobuf-support_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ "LICENSE.txt",
+ ],
+}
+
rust_library {
name: "libprotobuf_support",
host_supported: true,