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:
Jiyong Park 2020-12-07 15:09:20 +09:00
parent 50c477cba0
commit a5864eb6c7

View file

@ -107,6 +107,10 @@ cc_library {
],
},
},
apex_available: [
"//apex_available:platform",
"com.android.virt",
],
}
cc_library_static {