add crosvm to com.android.virt
To do so, crosvm and its dependencies have the apex_available property set to "//apex_available:platform", "com.android.virt" to explicitly acknowledge the joining. Bug: 174639241 Test: m com.android.virt Change-Id: I11f02fea20b81f070ce5fb245eebb70421bb4e0b
This commit is contained in:
parent
50c477cba0
commit
a5864eb6c7
1 changed files with 4 additions and 0 deletions
|
|
@ -107,6 +107,10 @@ cc_library {
|
|||
],
|
||||
},
|
||||
},
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.virt",
|
||||
],
|
||||
}
|
||||
|
||||
cc_library_static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue