aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2021-02-16 13:27:39 +0900
committerJiyong Park <jiyong@google.com>2021-02-16 13:27:39 +0900
commitc6f737f72aea94be8969c726dbc330694b73307b (patch)
tree665571dd94a67b76847caa0805ef744baf506582
parentfd3e50c996552ebf76e9368d9b3b6a8d97650482 (diff)
downloadlazy_static-c6f737f72aea94be8969c726dbc330694b73307b.tar.gz
Add virtmanager to the virt APEX
We want to have virtmanager (and its dependencies) inside the APEX so that they can be updated. This library is a dependency of the binary, therefore it should also be marked as being available to the APEX. Bug: 180297657 Test: com.android.virt Change-Id: I71fc2d2b1ee294365d1319f1a8a567eca29a48ca
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ead8044..7cf78da 100644
--- a/Android.bp
+++ b/Android.bp
@@ -78,6 +78,7 @@ rust_library {
apex_available: [
"//apex_available:platform",
"com.android.resolv",
+ "com.android.virt",
],
min_sdk_version: "29",
}