aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-23 15:14:53 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-23 15:14:53 +0000
commitb9d82314b432fabbc3f4ccb1f40d0c8f0446fb30 (patch)
tree3fdfb5557d8167593d960064242591fe219e2c45
parent100417ec6b5795a1eb6bed04520777c95fbd2462 (diff)
parentbecb0a4f78bd731105e7151b6dada53704ec3ba2 (diff)
downloadgdbstub-b9d82314b432fabbc3f4ccb1f40d0c8f0446fb30.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/gdbstub am: 0f49bfa256 am: dee87e058b am: becb0a4f78
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/gdbstub/+/1649713 Change-Id: I718eefd84e14e84a96a14de0ab44dfcc601b4079
-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,