summaryrefslogtreecommitdiff
path: root/patches/Android.bp.patch
blob: c80e2753abeb5beef203419c4bc8844eb6ae0040 (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 b9fd260..103ae9b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,6 +16,10 @@ rust_library {
         ":copy_proc-macro-nested_build_out",
     ],
     edition: "2015",
+    apex_available: [
+        "//apex_available:platform",
+        "com.android.virt",
+    ],
 }
 
 rust_defaults {