[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization
Added SPDX-license-identifier-Apache-2.0 to:
apex/Android.bp
authfs/Android.bp
microdroid/Android.bp
tests/hostside/Android.bp
tests/hostside/native/init/Android.bp
tests/hostside/native/vsock/Android.bp
Bug: 68860345
Bug: 151177513
Bug: 151953481
Test: m all
Exempt-From-Owner-Approval: janitorial work
Change-Id: Ibcf7d8fbfaee8efb100d765f8c7dbde819ffb621
diff --git a/authfs/Android.bp b/authfs/Android.bp
index af1f13d..270be6e 100644
--- a/authfs/Android.bp
+++ b/authfs/Android.bp
@@ -1,3 +1,7 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
rust_defaults {
name: "authfs_defaults",
crate_name: "authfs",