aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-08-18 20:49:18 -0700
committerBob Badour <bbadour@google.com>2021-08-18 20:49:18 -0700
commit1b227bb04c61f538ab96e0e3c91a13ad0f6f0da6 (patch)
tree7ed5dcbe10b91d1a4811b5fff9ebe1a25931b0f2
parentad601663ad51c30a2a7b5fccbdae9aefcc9eda5e (diff)
downloadcrosvm-1b227bb04c61f538ab96e0e3c91a13ad0f6f0da6.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/crosvm
Added SPDX-license-identifier-BSD to: common/p9/Android.bp common/p9/wire_format_derive/Android.bp crosvm_plugin/Android.bp libvda/Android.bp qcow_utils/Android.bp tpm2-sys/Android.bp tpm2/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I5a76d18a29e453d8deafb21eaa6700b288f35bad
-rw-r--r--common/p9/Android.bp9
-rw-r--r--common/p9/wire_format_derive/Android.bp9
2 files changed, 18 insertions, 0 deletions
diff --git a/common/p9/Android.bp b/common/p9/Android.bp
index ef4ef6c93..bb6142ef9 100644
--- a/common/p9/Android.bp
+++ b/common/p9/Android.bp
@@ -3,6 +3,15 @@
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_crosvm_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_crosvm_license"],
+}
+
rust_library {
name: "libp9",
defaults: ["crosvm_defaults"],
diff --git a/common/p9/wire_format_derive/Android.bp b/common/p9/wire_format_derive/Android.bp
index 410174441..1bae7f857 100644
--- a/common/p9/wire_format_derive/Android.bp
+++ b/common/p9/wire_format_derive/Android.bp
@@ -3,6 +3,15 @@
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_crosvm_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_crosvm_license"],
+}
+
rust_proc_macro {
name: "libwire_format_derive",
defaults: ["crosvm_defaults"],