aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-12-07 15:08:24 +0900
committerJiyong Park <jiyong@google.com>2020-12-14 15:53:20 +0900
commit8626dd4746bdaac0572f3e7cc647ffe176346dd6 (patch)
treed358971b5d189ece5467c47570edad9115787d90
parentb34bc0bbd120d61ae7d79b91857bb3bbf1d57230 (diff)
downloadlibcap-8626dd4746bdaac0572f3e7cc647ffe176346dd6.tar.gz
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: I28245336f57416a4554179364779187f78191177
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0e79125..467c4d4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -48,6 +48,7 @@ cc_library {
"//apex_available:platform",
"com.android.adbd",
"com.android.media.swcodec",
+ "com.android.virt",
],
min_sdk_version: "29",
}