aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2023-03-30 07:16:59 -0700
committerBob Badour <bbadour@google.com>2023-03-30 07:16:59 -0700
commit5d8c10c69fb14d4c680bc8680fb2e4781f4391c3 (patch)
treeec6de7aaf9e07883c106a1f65d6751beb75ebca2
parentec847d706e703df900bb7fb0765d45fa4402793a (diff)
downloadtracing-5d8c10c69fb14d4c680bc8680fb2e4781f4391c3.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/tracingplatform-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: I379e137522787c7501a8af1ae3eb140efab4a5a7
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 817726b..e0c437b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,23 @@
+package {
+ default_applicable_licenses: ["external_rust_crates_tracing_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_tracing_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libtracing",
// has rustc warnings