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