summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-12-07 15:09:50 +0900
committerJiyong Park <jiyong@google.com>2020-12-14 16:10:10 +0900
commit1a9e872c8befd64d67b23a1bc39175e6aaa539e4 (patch)
treead3e0e5ebfd0790246c13d3162b7ae86e6efdd92
parenta9efd485f20c359eee97d8884dd00127d2a52f56 (diff)
downloadp9-1a9e872c8befd64d67b23a1bc39175e6aaa539e4.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: Id31be39bf7352b73309d64c95d60ffb8c5104036
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 126d2c0..1db119e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,10 @@ rust_library {
proc_macros: [
"libwire_format_derive",
],
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.virt",
+ ],
}
rust_defaults {