[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization

Added SPDX-license-identifier-Apache-2.0 to:
  vmbase/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all
Change-Id: I4123ece073f39e145786ad3dbfeeb551d6a3f2e9
This commit is contained in:
Bob Badour 2022-05-05 07:11:36 -07:00
parent f3c6703501
commit 47dac8e277
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
rust_library_rlib {
name: "libvmbase",
host_supported: false,