[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/apex/Android.bp b/apex/Android.bp
index ef4c0f5..d6dda13 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -1,3 +1,7 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
apex {
name: "com.android.virt",