aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 21:29:39 -0800
committerBob Badour <bbadour@google.com>2021-02-12 21:29:39 -0800
commita2308809ae57fadbf9670911b267b013dc16b8d5 (patch)
tree0cbcf18d33905c6c234eaf3b10e6fbc2af5ae515
parent7b41568a637e2d07e62738b7299ac1ac4e0f73e5 (diff)
downloadlibchromeos-rs-a2308809ae57fadbf9670911b267b013dc16b8d5.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/libchromeos-rsandroid-s-preview-1
Added SPDX-license-identifier-BSD to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I8b40a4b4e6b014b6d885e86682404f9ea8f8fb21
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index bfdcb10..efe2da5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --run --device --tests --dependencies --global_defaults=crosvm_defaults.
+package {
+ default_applicable_licenses: ["external_libchromeos-rs_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_libchromeos-rs_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_defaults {
name: "libchromeos-rs_defaults",
defaults: ["crosvm_defaults"],