[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization

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

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: Ied2fb42523a50a8d70e30729ddc78118051bb80c
This commit is contained in:
Bob Badour 2021-02-12 15:54:17 -08:00
parent dc2af866ec
commit bd1037fb6c
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
rust_binary {
name: "virtmanager",
crate_name: "virtmanager",

View File

@ -1,3 +1,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
aidl_interface {
name: "android.system.virtmanager",
srcs: ["**/*.aidl"],