aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2023-03-30 07:17:34 -0700
committerBob Badour <bbadour@google.com>2023-03-30 07:17:34 -0700
commitfe7b93578a51e6dbb5f3823239763c87bc7c4cbe (patch)
treeb2daf12e3cdbe6feed23759b95c4a9eccb4d6e42
parent83b8a87b49f26fc39d6f7814d94e4ba8a67d5857 (diff)
downloadtracing-attributes-fe7b93578a51e6dbb5f3823239763c87bc7c4cbe.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/tracing-attributesplatform-tools-34.0.3android-u-beta-1-gpl
Added SPDX-license-identifier-MIT to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I18eb117538cc6c8c5bb6fbca45b85350b8f800e5
-rw-r--r--Android.bp19
1 files changed, 19 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3681727..2477e28 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,25 @@
+package {
+ default_applicable_licenses: [
+ "external_rust_crates_tracing-attributes_license",
+ ],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_tracing-attributes_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_proc_macro {
name: "libtracing_attributes",
// has rustc warnings