aboutsummaryrefslogtreecommitdiff
path: root/patches/Android.bp.patch
blob: 343b7043623a70440bf22908e0b2d13b26d7dc56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Android.bp b/Android.bp
index bbb0114..e47c45a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -10,4 +10,8 @@ rust_library {
         "--cfg integer128",
         "--cfg maybe_uninit",
     ],
+    apex_available: [
+        "//apex_available:platform",
+        "com.android.virt",
+    ],
 }