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