aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-11-17 09:31:14 -0800
committerBob Badour <bbadour@google.com>2022-11-17 09:31:14 -0800
commit5885314570d075f592cee4eb9562d366495b385c (patch)
tree92d460a97a0e95e5fdce7e07de78842e077bb087
parent319db232e357feaef76aec45e9a5fa01ff7c815a (diff)
downloadvirtio-drivers-5885314570d075f592cee4eb9562d366495b385c.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/virtio-drivers
Added SPDX-license-identifier-MIT to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I2443b4ccf238a17a5cf434418e8ee71fd9fdb51c
-rw-r--r--Android.bp19
1 files changed, 19 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1a6af1d..cc50bbe 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,25 @@
+package {
+ default_applicable_licenses: [
+ "external_rust_crates_virtio-drivers_license",
+ ],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_virtio-drivers_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libvirtio_drivers",
host_supported: true,