aboutsummaryrefslogtreecommitdiff
path: root/patches/Android.bp.patch
blob: 968209d1ff980dc778c4be1c755cb28c8fe71bc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/Android.bp b/Android.bp
index 5c46750..fd8d3d0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -9,6 +9,10 @@ rust_library {
     rustlibs: [
         "liblibc",
     ],
+    apex_available: [
+        "//apex_available:platform",
+        "com.android.virt",
+    ],
 }
 
 // dependent_library ["feature_list"]