aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2021-02-16 13:23:49 +0900
committerJiyong Park <jiyong@google.com>2021-02-16 13:25:01 +0900
commit3ad891b4e83e3d6878c42879a7e1eb460c4b9fb1 (patch)
tree0c3165f8d1a2aad407e8fda7c4a77893fad7acba /Android.bp
parent37d43ca0e991d2bf9bd64ce5a096c2a4669ab8a3 (diff)
downloadanyhow-3ad891b4e83e3d6878c42879a7e1eb460c4b9fb1.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: Ifbab1a62e91f330d366dc0d59dc878613b096b82
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 3a89687..c6ef320 100644
--- a/Android.bp
+++ b/Android.bp
@@ -231,6 +231,10 @@ rust_library {
flags: [
"--cfg backtrace",
],
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.virt",
+ ],
}
// dependent_library ["feature_list"]