aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-23 15:53:36 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-23 15:53:36 +0000
commitf475aadddbf0a68fecd5a0974ffe216a83d68ab7 (patch)
tree3fdfb5557d8167593d960064242591fe219e2c45
parent07ac3b01564748952f6b22c7ed721be8c95c9b8f (diff)
parentb9d82314b432fabbc3f4ccb1f40d0c8f0446fb30 (diff)
downloadgdbstub-f475aadddbf0a68fecd5a0974ffe216a83d68ab7.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/gdbstub am: 0f49bfa256 am: dee87e058b am: becb0a4f78 am: b9d82314b4
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/gdbstub/+/1649713 Change-Id: I1079dd56b4f355efe976d4af43da4b60a1e3a82a
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index caa7e28..77fb959 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,23 @@
// This file is generated by cargo2android.py --run --device --dependencies --no-subdir.
// Do not modify this file as changes will be overridden on upgrade.
+package {
+ default_applicable_licenses: ["external_rust_crates_gdbstub_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_gdbstub_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libgdbstub",
host_supported: true,