aboutsummaryrefslogtreecommitdiff
path: root/patches/Android.bp.patch
blob: b61b82c0dd4433250df9d4aa81a90c9249805fee (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 5abab3c..b920d56 100644
--- a/Android.bp
+++ b/Android.bp
@@ -46,6 +46,10 @@ rust_library {
         "default",
         "std",
     ],
+    apex_available: [
+        "//apex_available:platform",
+        "com.android.virt",
+    ],
     flags: [
         "--cfg has_i128",
         "--cfg has_to_int_unchecked",