aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 21:06:24 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 21:06:24 +0000
commita69feb2dedd909aab604a32247368eab2070a51f (patch)
tree8c221da1cb6a59258b15c60d3a66de400f6ef83c
parentf1c99ed59af2b52808efdc058a50d5b32d3ac909 (diff)
parent7d8f25057b4b5adb1302771b404239ac59859c6b (diff)
downloaduntrusted-a69feb2dedd909aab604a32247368eab2070a51f.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/untrusted am: 7d8f25057b
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/untrusted/+/1588772 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ia3b7469a8d943375561dd976d4e8854a3cd5a5a2
-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,