aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp15
1 files changed, 15 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 12bfd23..75e5c82 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,21 @@
// because the changes will be overridden on upgrade.
// Content before the first "rust_*" or "genrule" module is preserved.
+package {
+ default_applicable_licenses: ["external_rust_crates_tracing-subscriber_license"],
+}
+
+license {
+ name: "external_rust_crates_tracing-subscriber_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libtracing_subscriber",
host_supported: true,