aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-01 06:20:40 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-01 06:20:40 +0000
commit9324534d2b403d29a72ecf8c420705d829646197 (patch)
treeba56c2f11e3481f7b855cad5c10c5cdaf606f175
parentc54267a96d448030832a88595a930a7da22884ad (diff)
parentfded84c17001ed96e5fe769981bd162d8e2f4c8e (diff)
downloadprotobuf-support-9324534d2b403d29a72ecf8c420705d829646197.tar.gz
Change-Id: Ibc5537d751333ddc380c2ab623a6d5f7742e0894
-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,