aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-04-01 06:12:28 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-01 06:12:28 +0000
commitaffd6bcc0b76daa41c4607bcacccaea351c24a0e (patch)
treec793c3c8053507cd5fc449edd410ec9782431144
parent31cf4b9d9e4e6a97531fae5edb08cbf91a7fb0c9 (diff)
parentd86eddfae59d289463979dfc4db08dfff55454c1 (diff)
downloadshared_child-affd6bcc0b76daa41c4607bcacccaea351c24a0e.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/shared_child am: 15b4c60f79 am: d86eddfae5
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/shared_child/+/1660626 Change-Id: I5973f48e722d2f8e1712dfe752c0fc7fdfd8e235
-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,