aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2023-03-30 07:17:27 -0700
committerBob Badour <bbadour@google.com>2023-03-30 07:17:27 -0700
commit9d4352e5f59649dc2fa381234bf0a827e6601049 (patch)
treeba56c2f11e3481f7b855cad5c10c5cdaf606f175
parent4152c49a9432c5e51e891f1c34b7e20446496aea (diff)
downloadprotobuf-support-9d4352e5f59649dc2fa381234bf0a827e6601049.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/protobuf-supportplatform-tools-34.0.3android-u-beta-1-gpl
Added SPDX-license-identifier-MIT to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: Ia1a36334ce647329ddf53c84cde2e18848d98556
-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,