aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-31 19:56:56 -0700
committerBob Badour <bbadour@google.com>2021-03-31 19:56:56 -0700
commit15b4c60f791ef2f2c42bfaa96d8c0714f25954ca (patch)
treec793c3c8053507cd5fc449edd410ec9782431144
parent7afb035901c93c79804c3a5a4e7fd3c02c499582 (diff)
downloadshared_child-15b4c60f791ef2f2c42bfaa96d8c0714f25954ca.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/shared_child
Added SPDX-license-identifier-MIT to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I4bc0371881bbfb1ee4906d5b376de8cfa1bc6c7c
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 79874d6..7714976 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,23 @@
// This file is generated by cargo2android.py --run --device --dependencies --tests.
// Do not modify this file as changes will be overridden on upgrade.
+package {
+ default_applicable_licenses: ["external_rust_crates_shared_child_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_shared_child_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libshared_child",
host_supported: true,