Skip to content

Commit

Permalink
UPSTREAM: add crosvm to com.android.virt
Browse files Browse the repository at this point in the history
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

Tracked-On: OAM-99755
Signed-off-by: Jiyong Park <[email protected]>
Change-Id: Idd7706a931fde0dfd77fe8b58f6f0c84081c6e3c
  • Loading branch information
jiyongp authored and sysopenci committed Oct 18, 2021
1 parent 65df115 commit db97d97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,8 @@ cc_library {
"-Wno-sign-compare",
"-Wno-tautological-compare",
],
apex_available: [
"//apex_available:platform",
"com.android.virt",
],
}

0 comments on commit db97d97

Please sign in to comment.