Add assemble_cvd to com.android.virt

assemble_cvd directly or indirectly depends on these modules. To add
assemble_cvd to the com.anroid.virt APEX, these modules are marked as
being available to the APEX.

Bug: 174639526
Test: m com.android.virt
Change-Id: Id3b2989a9f038a1cdc769a2021a116cf09ab1b15
This commit is contained in:
Jiyong Park 2021-01-05 14:46:01 +09:00
parent 0f2c5417c3
commit 3ed3d4cd94
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ cc_library {
enabled: true,
},
},
apex_available: [
"//apex_available:platform",
"com.android.virt",
],
}
cc_binary {