[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:
parent
f3c6703501
commit
47dac8e277
|
@ -1,3 +1,7 @@
|
|||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
rust_library_rlib {
|
||||
name: "libvmbase",
|
||||
host_supported: false,
|
||||
|
|
Loading…
Reference in New Issue