aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-08-16 20:13:12 -0700
committerBob Badour <bbadour@google.com>2021-08-16 20:13:12 -0700
commit9a07ea2d56db3718af8d56cf3484c112f4f15f53 (patch)
tree74122272998b7397ddc08dbf7aa68718bcbfd8e1
parent0b4c84e0374fe2a912817751d7e71e1b5c3e925d (diff)
downloadgdbstub_arch-9a07ea2d56db3718af8d56cf3484c112f4f15f53.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/gdbstub_arch
Added SPDX-license-identifier-MIT to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I536c6fe202e909b1c8d088b3d3c89c587432bc25
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 66bcbee..ce311f6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,23 @@
+package {
+ default_applicable_licenses: ["external_rust_crates_gdbstub_arch_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_gdbstub_arch_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_defaults {
name: "gdbstub_arch_defaults",
crate_name: "gdbstub_arch",