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.
This commit is contained in:
Jiyong Park 2020-12-07 15:08:36 +09:00 committed by Su Hong Koo
parent f22956a4e9
commit d9043a256f

View file

@ -74,4 +74,8 @@ cc_library {
"-Wno-sign-compare",
"-Wno-tautological-compare",
],
apex_available: [
"//apex_available:platform",
"com.android.virt",
],
}