aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:50:29 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:50:29 -0800
commit7d8f25057b4b5adb1302771b404239ac59859c6b (patch)
tree8c221da1cb6a59258b15c60d3a66de400f6ef83c
parent7559815c370e395c4592016bb12e91b99379e58e (diff)
downloaduntrusted-7d8f25057b4b5adb1302771b404239ac59859c6b.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/untrustedandroid-s-preview-1
Added SPDX-license-identifier-ISC to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I9e95e09eb1f1c880daa35bb81eb4565e6f11c566
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 74d097a..539722d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --run --device --dependencies --tests --patch=patches/Android.bp.patch.
+package {
+ default_applicable_licenses: ["external_rust_crates_untrusted_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_untrusted_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-ISC",
+ ],
+ license_text: [
+ "LICENSE.txt",
+ ],
+}
+
rust_library {
name: "libuntrusted",
host_supported: true,