aboutsummaryrefslogtreecommitdiff
path: root/patches/Android.bp.patch
blob: 4efb4130e7efbc58a529d1426812d6981ac5f13d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Android.bp b/Android.bp
index f99bb24..48f54d8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -72,4 +72,8 @@ rust_library {
         "default",
         "std",
     ],
+    apex_available: [
+        "//apex_available:platform",
+        "com.android.virt",
+    ],
 }