aboutsummaryrefslogtreecommitdiff
path: root/bit_field
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 21:32:01 -0800
committerBob Badour <bbadour@google.com>2021-02-12 21:32:01 -0800
commita02831450162097a407caa300937abccb35a4721 (patch)
treea704e4d8f1c75fbf672bbc9b6743defd1a8e7a56 /bit_field
parenta27590e21f41c787ae71f621fd4b08e6fcc9b9bb (diff)
downloadcrosvm-a02831450162097a407caa300937abccb35a4721.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/crosvm
Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to: seccomp/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD SPDX-license-identifier-MIT to: Android.bp Added SPDX-license-identifier-BSD to: aarch64/Android.bp acpi_tables/Android.bp arch/Android.bp assertions/Android.bp base/Android.bp bit_field/Android.bp bit_field/bit_field_derive/Android.bp cros_async/Android.bp crosvm_plugin/Android.bp cuttlefish/Android.bp data_model/Android.bp devices/Android.bp disk/Android.bp enumn/Android.bp fuse/Android.bp gpu_buffer/Android.bp gpu_renderer/Android.bp hypervisor/Android.bp io_uring/Android.bp kernel_cmdline/Android.bp kernel_loader/Android.bp kvm/Android.bp kvm_sys/Android.bp linux_input_sys/Android.bp msg_socket/Android.bp msg_socket/msg_on_socket_derive/Android.bp net_sys/Android.bp net_util/Android.bp protos/Android.bp qcow_utils/Android.bp rand_ish/Android.bp resources/Android.bp sync/Android.bp sys_util/Android.bp sys_util/poll_token_derive/Android.bp syscall_defines/Android.bp tempfile/Android.bp tpm2-sys/Android.bp tpm2/Android.bp usb_sys/Android.bp usb_util/Android.bp vfio_sys/Android.bp vhost/Android.bp virtio_sys/Android.bp vm_control/Android.bp vm_memory/Android.bp x86_64/Android.bp Added SPDX-license-identifier-BSD SPDX-license-identifier-MIT to: gpu_display/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Iba8885dd405a152edec01f7c4655a70b214d4449
Diffstat (limited to 'bit_field')
-rw-r--r--bit_field/Android.bp9
-rw-r--r--bit_field/bit_field_derive/Android.bp9
2 files changed, 18 insertions, 0 deletions
diff --git a/bit_field/Android.bp b/bit_field/Android.bp
index 7bb0d7364..0a68d3641 100644
--- a/bit_field/Android.bp
+++ b/bit_field/Android.bp
@@ -1,5 +1,14 @@
// This file is generated by cargo2android.py --run --device --tests --dependencies --global_defaults=crosvm_defaults --add_workspace --no-subdir.
+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_defaults {
name: "bit_field_defaults",
defaults: ["crosvm_defaults"],
diff --git a/bit_field/bit_field_derive/Android.bp b/bit_field/bit_field_derive/Android.bp
index 056064c05..84f4d2cfe 100644
--- a/bit_field/bit_field_derive/Android.bp
+++ b/bit_field/bit_field_derive/Android.bp
@@ -1,5 +1,14 @@
// This file is generated by cargo2android.py --run --device --tests --dependencies --global_defaults=crosvm_defaults --add_workspace.
+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_test_host {
name: "bit_field_derive_host_test_bit_field_derive",
defaults: ["crosvm_defaults"],