aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 19:53:02 -0800
committerBob Badour <bbadour@google.com>2021-02-12 19:53:02 -0800
commit84e4c5cc24920dee12f8d6d21363948f91be9e5f (patch)
tree6568264214021f58808210f4dd283a07bafebfbf
parentefd766e4f6509a71dc88162251d17381dba22a88 (diff)
downloadvsock-84e4c5cc24920dee12f8d6d21363948f91be9e5f.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/vsockandroid-s-preview-1
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I5bf22a6aa64c256fd593fede9de7f5445c52eb10
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index dcb59a2..36b9fb8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --run --device --dependencies.
+package {
+ default_applicable_licenses: ["external_rust_crates_vsock_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_vsock_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libvsock",
host_supported: true,