aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-12-07 15:34:01 +0900
committerJiyong Park <jiyong@google.com>2020-12-14 16:05:05 +0900
commitaec2dc577e9c109a77a5e71e61b785fb3abe71d7 (patch)
tree79e39314beda808dfd3d25337f3c58770a0728fb /Android.bp
parentd5516913126ae9613032b9aa53272482c6c5924e (diff)
downloadandroid_log-sys-aec2dc577e9c109a77a5e71e61b785fb3abe71d7.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: I6bf4e55923f3dfa1b69bdb41270e19749096dfbf
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 64302ac..c4bddf7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,4 +12,8 @@ rust_library {
enabled: false,
},
},
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.virt",
+ ],
}