aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-01-27 10:48:55 -0800
committerBob Badour <bbadour@google.com>2022-01-27 10:48:55 -0800
commitd8f2c9e91387f3581c9c68902d13870bed838f6b (patch)
tree19cb5d61a64c0f1aeb6ad2a0cbd1f79ba23acd03
parent6c7113ea11aa28aeedefb7fb064abc2dc03cc9f3 (diff)
downloadargh_shared-d8f2c9e91387f3581c9c68902d13870bed838f6b.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/argh_shared
Added SPDX-license-identifier-BSD to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: If50ad1b78e699fce5f27287398c186926a2962cd
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3d05aa8..4d0ad6b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,23 @@
+package {
+ default_applicable_licenses: ["external_rust_crates_argh_shared_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_argh_shared_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libargh_shared",
host_supported: true,